mirror of
https://github.com/space-wizards/RobustToolbox.git
synced 2026-02-14 19:29:36 +01:00
Unfucked setenv.bat
Summary: setenv.bat.dist was a bit fucked, fixed it up Test Plan: copy setenv.bat.dist to setenv.bat and update ARC_HOME to point to your arcanist directory run setenv.bat Reviewers: #ss14_developers, Kraso Reviewed By: #ss14_developers, Kraso Subscribers: YotaXP Differential Revision: http://phab.nexisonline.net/D29
This commit is contained in:
@@ -1,3 +1,8 @@
|
||||
REM @echo off
|
||||
SET ARC_HOME=E:\dev\arcanist\arcanist
|
||||
call arc.bat > nul 2>&1
|
||||
if %ERRORLEVEL%==9009 SET PATH=%PATH%;%ARC_HOME%\bin
|
||||
CMD /C call arc.bat > nul 2>&1
|
||||
if ERRORLEVEL 1 GOTO path
|
||||
GOTO end
|
||||
:path
|
||||
SET PATH=%PATH%;%ARC_HOME%\bin
|
||||
:end
|
||||
Reference in New Issue
Block a user