diff options
author | arcadia-devtools <arcadia-devtools@yandex-team.ru> | 2022-02-10 16:48:02 +0300 |
---|---|---|
committer | Daniil Cherednik <dcherednik@yandex-team.ru> | 2022-02-10 16:48:02 +0300 |
commit | a61e8c559b6b690a019253067224d595e3d642f1 (patch) | |
tree | b222e5ac2e2e98872661c51ccceee5da0d291e13 /ya.bat | |
parent | 659131349be7796c633c453b4d8b4fa20b8c6ee9 (diff) | |
download | ydb-a61e8c559b6b690a019253067224d595e3d642f1.tar.gz |
Restoring authorship annotation for <arcadia-devtools@yandex-team.ru>. Commit 2 of 2.
Diffstat (limited to 'ya.bat')
-rwxr-xr-x | ya.bat | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |