Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/ClusterM/flipperzero-firmware.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'fbt.cmd')
-rw-r--r--fbt.cmd4
1 files changed, 2 insertions, 2 deletions
diff --git a/fbt.cmd b/fbt.cmd
index 2339eaaa..484b1064 100644
--- a/fbt.cmd
+++ b/fbt.cmd
@@ -1,5 +1,5 @@
@echo off
-call %~dp0scripts\toolchain\fbtenv.cmd env
+call "%~dp0scripts\toolchain\fbtenv.cmd" env
set SCONS_EP=%~dp0\lib\scons\scripts\scons.py
@@ -14,4 +14,4 @@ if [%FBT_NO_SYNC%] == [] (
git submodule update --init
set "SCONS_DEFAULT_FLAGS=-Q --warn=target-not-built"
-python lib\scons\scripts\scons.py %SCONS_DEFAULT_FLAGS% %* \ No newline at end of file
+python lib\scons\scripts\scons.py %SCONS_DEFAULT_FLAGS% %*