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:
2ab1cf3
)
fixed apps for checkins
author
Chris Koeritz
<fred@gruntose.com>
Thu, 9 Nov 2017 17:27:35 +0000
(12:27 -0500)
committer
Chris Koeritz
<fred@gruntose.com>
Thu, 9 Nov 2017 17:27:35 +0000
(12:27 -0500)
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 88e4a1db8e47545de422e3afacd65096e1860001..d97e1f52c0e19389ae7c007f3cdb95fed10ce07f 100644
(file)
--- a/
scripts/customize/fred/fred_variables.sh
+++ b/
scripts/customize/fred/fred_variables.sh
@@
-23,7
+23,7
@@
if [ -z "$USER_CUSTOMIZATIONS_LOADED" ]; then
# add in any of my applications that are in the apps folder.
if [ -d "$HOME/apps" ]; then
# first, simple projects.
- REPOSITORY_LIST+="$(find "$HOME/apps" -
maxdepth 1 -mindepth 1
-type d) "
+ REPOSITORY_LIST+="$(find "$HOME/apps" -
iname "avenger5"
-type d) "
# then, site avenger specific projects.
REPOSITORY_LIST+="$(find "$HOME/apps" -maxdepth 2 -mindepth 2 -iname "avenger5" -type d) "
fi