diff options
author | George Hazan <ghazan@miranda.im> | 2018-08-29 14:05:40 +0300 |
---|---|---|
committer | George Hazan <ghazan@miranda.im> | 2018-08-29 14:05:40 +0300 |
commit | 371a7a0dc4a9d153c5a5f55fcad1fd9ef3e76c7c (patch) | |
tree | ce570f85458655fe0f39db5768b04fee28d7cd80 | |
parent | 905ff7b3c0f9b7a75f69ebf5dd56be09b1701115 (diff) |
fix for stupid cmd.exe syntax
-rw-r--r-- | bin15/pascal.bat | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bin15/pascal.bat b/bin15/pascal.bat index 66ae83396e..56f1dd18c4 100644 --- a/bin15/pascal.bat +++ b/bin15/pascal.bat @@ -1,6 +1,6 @@ @echo off -if "%1" == "64" (set tp=64) +if "%1" == "64" (set tp=64) else (set tp=) pushd ..\plugins |