From 0d1aa4a3817865b723c5a02e53687b0fa286aadf Mon Sep 17 00:00:00 2001 From: Chris Koeritz Date: Sat, 11 Nov 2017 00:08:18 +0000 Subject: [PATCH] fixed missing dir name --- scripts/customize/fred/refred.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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. -- 2.34.1