From ff1a3e7a8eaa50b0bf47592d2991263166141831 Mon Sep 17 00:00:00 2001 From: Daniel Gibbs Date: Sun, 20 Dec 2015 18:47:43 +0000 Subject: [PATCH] added missing quotes --- functions/fn_check_steamuser | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/functions/fn_check_steamuser b/functions/fn_check_steamuser index 8861260eb..35e7c4f95 100644 --- a/functions/fn_check_steamuser +++ b/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"