diff --git a/scripts/toolchain/fbtenv.cmd b/scripts/toolchain/fbtenv.cmd index 037c52bc2..15ed34b82 100644 --- a/scripts/toolchain/fbtenv.cmd +++ b/scripts/toolchain/fbtenv.cmd @@ -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