fbt: more fixes for windows environment #2011
This commit is contained in:
parent
b56fed477a
commit
41de5f3c52
@ -1,6 +1,6 @@
|
|||||||
@echo off
|
@echo off
|
||||||
|
|
||||||
if not [%FBT_ROOT%] == [] (
|
if not ["%FBT_ROOT%"] == [""] (
|
||||||
goto already_set
|
goto already_set
|
||||||
)
|
)
|
||||||
|
|
||||||
@ -9,7 +9,7 @@ pushd "%FBT_ROOT%"
|
|||||||
set "FBT_ROOT=%cd%"
|
set "FBT_ROOT=%cd%"
|
||||||
popd
|
popd
|
||||||
|
|
||||||
if not [%FBT_NOENV%] == [] (
|
if not ["%FBT_NOENV%"] == [""] (
|
||||||
exit /b 0
|
exit /b 0
|
||||||
)
|
)
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user