fbt: fixed behavior on Win and fbtenv

This commit is contained in:
hedger 2024-02-21 11:06:12 +00:00
parent 10d2911af2
commit d4433fabd4

View File

@ -1,6 +1,7 @@
@echo off @echo off
if not ["%FBT_ROOT%"] == [""] ( if not ["%FBT_ROOT%"] == [""] (
echo "arleady set"
goto already_set goto already_set
) )
@ -58,3 +59,5 @@ if not "%1" == "env" (
cd "%FBT_ROOT%" cd "%FBT_ROOT%"
cmd /k cmd /k
) )
exit /b 0