mirror of
https://github.com/DarkFlippers/unleashed-firmware.git
synced 2024-12-25 22:32:29 +03:00
fbt: fixed behavior on Win and fbtenv
This commit is contained in:
parent
10d2911af2
commit
d4433fabd4
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user