Преглед изворни кода

fbt: more fixes for windows environment #2011

hedger пре 3 година
родитељ
комит
41de5f3c52
1 измењених фајлова са 2 додато и 2 уклоњено
  1. 2 2
      scripts/toolchain/fbtenv.cmd

+ 2 - 2
scripts/toolchain/fbtenv.cmd

@@ -1,6 +1,6 @@
 @echo off
 
-if not [%FBT_ROOT%] == [] (
+if not ["%FBT_ROOT%"] == [""] (
     goto already_set
 )
 
@@ -9,7 +9,7 @@ pushd "%FBT_ROOT%"
 set "FBT_ROOT=%cd%"
 popd
 
-if not [%FBT_NOENV%] == [] (
+if not ["%FBT_NOENV%"] == [""] (
     exit /b 0
 )