소스 검색

Quotation escaping fixes

Scarsz 11 년 전
부모
커밋
66185890e4
1개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  1. 2 2
      functions/fn_start

+ 2 - 2
functions/fn_start

@@ -141,8 +141,8 @@ if [ "${tmuxwc}" -eq 0 ]; then
 		echo ""
 		echo "Command"
 		echo "================================="
-		echo "tmux new-session -d -s "${servicename}" "${executable} ${parms}""
-		echo "tmux new-session -d -s "${servicename}" "${executable} ${parms}"" >> "${scriptlog}"
+		echo "tmux new-session -d -s \"${servicename}\" \"${executable} ${parms}\""
+		echo "tmux new-session -d -s \"${servicename}\" \"${executable} ${parms}\"" >> "${scriptlog}"
 		echo ""
 		echo "Error"
 		echo "================================="