diff options
author | George Hazan <ghazan@miranda.im> | 2018-10-08 19:48:27 +0300 |
---|---|---|
committer | George Hazan <ghazan@miranda.im> | 2018-10-08 19:48:35 +0300 |
commit | 8739cf264516cf0c6141784099f7c4028e2370a6 (patch) | |
tree | a62e632229f734fbd78a8a994c8ba73e02754408 | |
parent | 3459c1280ab6a412f1206b73136e5b1f70670816 (diff) |
fix for the wrong variable expansion time
-rw-r--r-- | tools/build_scripts/fixme.cmd | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/build_scripts/fixme.cmd b/tools/build_scripts/fixme.cmd index 82f7511e10..3de9a2de12 100644 --- a/tools/build_scripts/fixme.cmd +++ b/tools/build_scripts/fixme.cmd @@ -17,7 +17,7 @@ if "%1" == "" ( popd - if "%ProfileName%" == "" ( + if "!ProfileName!" == "" ( echo No default profile found, exiting goto :eof ) |