mirror of
https://github.com/DarkFlippers/unleashed-firmware.git
synced 2025-12-12 20:49:49 +04:00
fbt: fixed behavior on Win and fbtenv
This commit is contained in:
@@ -1,6 +1,7 @@
|
||||
@echo off
|
||||
|
||||
if not ["%FBT_ROOT%"] == [""] (
|
||||
echo "arleady set"
|
||||
goto already_set
|
||||
)
|
||||
|
||||
@@ -58,3 +59,5 @@ if not "%1" == "env" (
|
||||
cd "%FBT_ROOT%"
|
||||
cmd /k
|
||||
)
|
||||
|
||||
exit /b 0
|
||||
|
||||
Reference in New Issue
Block a user