Skip to content

Commit 399b928

Browse files
committed
Merge pull request #6 from orionll/patch-1
Fixed variables (removed '$') and added '@' to prevent commands from outputting themselves
2 parents efee17a + c959707 commit 399b928

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

dev/zip/scalive.bat

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
1-
set JAVA_OPTS=-Djava.awt.headless=true
1+
@set JAVA_OPTS=-Djava.awt.headless=true
22

3-
set ROOT_DIR=%~dp0
4-
cd "%$ROOT_DIR%"
3+
@set ROOT_DIR=%~dp0
4+
@cd "%ROOT_DIR%"
55

6-
set CLASS_PATH="%ROOT_DIR%\*;."
6+
@set CLASS_PATH="%ROOT_DIR%\*;."
77

8-
java %JAVA_OPTS% -cp %CLASS_PATH% scalive.AgentLoader %$ROOT_DIR% %*
8+
@java %JAVA_OPTS% -cp %CLASS_PATH% scalive.AgentLoader %ROOT_DIR% %*

0 commit comments

Comments
 (0)