projects
/
feisty_meow.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a023768
)
fixed missing dir name
author
Chris Koeritz
<fred@gruntose.com>
Sat, 11 Nov 2017 00:08:18 +0000
(
00:08
+0000)
committer
Chris Koeritz
<fred@gruntose.com>
Sat, 11 Nov 2017 00:08:18 +0000
(
00:08
+0000)
scripts/customize/fred/refred.sh
patch
|
blob
|
history
diff --git
a/scripts/customize/fred/refred.sh
b/scripts/customize/fred/refred.sh
index 3b671bd7eea7091ba96418a78471835f15371617..2f00854a2c675b44ff9738dd50460cae6de3571b 100644
(file)
--- 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.