aboutsummaryrefslogtreecommitdiffstats
path: root/ya.bat
diff options
context:
space:
mode:
Diffstat (limited to 'ya.bat')
-rwxr-xr-xya.bat2
1 files changed, 1 insertions, 1 deletions
diff --git a/ya.bat b/ya.bat
index 8de43fde13..dc6eba5aed 100755
--- a/ya.bat
+++ b/ya.bat
@@ -15,7 +15,7 @@ exit /b %ERRORLEVEL%
:find_ya
call :dbg Searching for ya near ya.bat...
set YA_BAT_REAL=%~dp0ya
-if exist "%YA_BAT_REAL%" exit /b 0
+if exist "%YA_BAT_REAL%" exit /b 0
call :err Ya not found
exit /b 1