Skip to content

Commit d019aa2

Browse files
orionllngocdaothanh
authored andcommitted
Fixed variables (removed '$') and added '@' to prevent commands to output themselves
1 parent b5938dc commit d019aa2

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)