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:
ac299ec
)
trickier and tricker
author
Chris Koeritz
<fred@gruntose.com>
Sun, 5 Nov 2017 00:22:12 +0000
(20:22 -0400)
committer
Chris Koeritz
<fred@gruntose.com>
Sun, 5 Nov 2017 00:22:12 +0000
(20:22 -0400)
this is more annoyingly tricky than it seemed at first.
scripts/customize/fred/fred_variables.sh
patch
|
blob
|
history
diff --git
a/scripts/customize/fred/fred_variables.sh
b/scripts/customize/fred/fred_variables.sh
index c56bec72e04b45b073929cc69bef6b5c87e1fe7d..e53f9b5b11600ea368b511f80c0699c4d1f83c0b 100644
(file)
--- a/
scripts/customize/fred/fred_variables.sh
+++ b/
scripts/customize/fred/fred_variables.sh
@@
-25,7
+25,7
@@
if [ -z "$USER_CUSTOMIZATIONS_LOADED" ]; then
# first, simple projects.
REPOSITORY_LIST+="$(find "$HOME/apps" -maxdepth 1 -mindepth 1 -type d)"
# then, site avenger specific projects.
- REPOSITORY_LIST+="$(find "$HOME/apps" -maxdepth
1 -mindepth 1
-iname "avenger5" -type d)"
+ REPOSITORY_LIST+="$(find "$HOME/apps" -maxdepth
2 -mindepth 2
-iname "avenger5" -type d)"
fi
# adds our locally relevant archive folders into the list to be synched.