From: Chris Koeritz Date: Sat, 11 Nov 2017 00:08:18 +0000 (+0000) Subject: fixed missing dir name X-Git-Tag: 2.140.93^2~1^2~6^2 X-Git-Url: https://feistymeow.org/gitweb/?p=feisty_meow.git;a=commitdiff_plain;h=0d1aa4a3817865b723c5a02e53687b0fa286aadf fixed missing dir name --- diff --git a/scripts/customize/fred/refred.sh b/scripts/customize/fred/refred.sh index 3b671bd7..2f00854a 100644 --- a/scripts/customize/fred/refred.sh +++ b/scripts/customize/fred/refred.sh @@ -18,7 +18,7 @@ function refred() # special case that makes our software hierarchy folder, if it doesn't exist. # everything else is only re-permed if it exists. if [ ! -d "$DEFAULT_FEISTYMEOW_ORG_DIR" ]; then - sudo mkdir + sudo mkdir "$DEFAULT_FEISTYMEOW_ORG_DIR" fi # iterate across the list of dirs we want fred to own and change their ownership.