summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGeorge Hazan <ghazan@miranda.im>2018-08-29 14:05:40 +0300
committerGeorge Hazan <ghazan@miranda.im>2018-08-29 14:05:40 +0300
commit371a7a0dc4a9d153c5a5f55fcad1fd9ef3e76c7c (patch)
treece570f85458655fe0f39db5768b04fee28d7cd80
parent905ff7b3c0f9b7a75f69ebf5dd56be09b1701115 (diff)
fix for stupid cmd.exe syntax
-rw-r--r--bin15/pascal.bat2
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