瀏覽代碼

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"