From e1141dfa978186d53d9cf0423bb02556b0133160 Mon Sep 17 00:00:00 2001 From: hengyunabc Date: Thu, 26 Mar 2020 20:06:51 +0800 Subject: [PATCH] fix batch mode -c args problem. #1072 --- bin/as.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/as.sh b/bin/as.sh index f7ac4646f..d973bd3fb 100755 --- a/bin/as.sh +++ b/bin/as.sh @@ -807,7 +807,7 @@ active_console() ${TARGET_IP} \ ${TELNET_PORT} \ "${tempArgs[@]}" \ - -c ${COMMAND} + -c "${COMMAND}" fi if [ "${BATCH_FILE}" ] ; then "${JAVA_HOME}/bin/java" ${ARTHAS_OPTS} ${JVM_OPTS} \