fixed missing dir name
authorChris Koeritz <fred@gruntose.com>
Sat, 11 Nov 2017 00:08:18 +0000 (00:08 +0000)
committerChris Koeritz <fred@gruntose.com>
Sat, 11 Nov 2017 00:08:18 +0000 (00:08 +0000)
scripts/customize/fred/refred.sh

index 3b671bd7eea7091ba96418a78471835f15371617..2f00854a2c675b44ff9738dd50460cae6de3571b 100644 (file)
@@ -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.