summaryrefslogtreecommitdiff
path: root/tools
diff options
context:
space:
mode:
Diffstat (limited to 'tools')
-rw-r--r--tools/build_scripts/fixme.cmd4
1 files changed, 2 insertions, 2 deletions
diff --git a/tools/build_scripts/fixme.cmd b/tools/build_scripts/fixme.cmd
index 5a4528d29a..853815fcdb 100644
--- a/tools/build_scripts/fixme.cmd
+++ b/tools/build_scripts/fixme.cmd
@@ -6,7 +6,7 @@ if "%1" == "" (
pushd %~dp0Profiles
for /D %%i in (*) do (
- if exist %~dp0Profiles\%%i\%%i.dat (
+ if exist "%~dp0Profiles\%%i\%%i.dat" (
set ProfileName=%%i
set /A ProfileCount=%ProfileCount%+1
)
@@ -15,7 +15,7 @@ if "%1" == "" (
popd
) else (
- if not exist %~dp0Profiles\%1\%1.dat (
+ if not exist "%~dp0Profiles\%1\%1.dat" (
echo Wrong profile name specified: %1
goto :eof
)