소스 검색

added missing quotes

Daniel Gibbs 10 년 전
부모
커밋
ff1a3e7a8e
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      functions/fn_check_steamuser

+ 1 - 1
functions/fn_check_steamuser

@@ -14,7 +14,7 @@ if [ "${steamuser}" == "username" ]; then
 fi
 if [ -z "${steamuser}" ]; then
 	fn_printwarnnl "Steam login not set. Using anonymous login."
-	if [ -d ${scriptlogdir} ]; then
+	if [ -d "${scriptlogdir}" ]; then
 		fn_scriptlog "Steam login not set. Using anonymous login."
 	fi
 	steamuser="anonymous"