fbt: more fixes for windows environment #2011

This commit is contained in:
hedger 2022-11-12 22:28:29 +04:00 committed by GitHub
parent b56fed477a
commit 41de5f3c52
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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
)