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:
c711ab3
)
fixing apps checkin for expected path
author
Chris Koeritz
<fred@gruntose.com>
Sun, 5 Nov 2017 00:20:14 +0000
(20:20 -0400)
committer
Chris Koeritz
<fred@gruntose.com>
Sun, 5 Nov 2017 00:20:14 +0000
(20:20 -0400)
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 38c9a8f365d1ad63d9375a0da910f5ecc6bf0b5b..8402301dba566b8212f68893dec710841dd41b7b 100644
(file)
--- a/
scripts/customize/fred/fred_variables.sh
+++ b/
scripts/customize/fred/fred_variables.sh
@@
-22,7
+22,7
@@
if [ -z "$USER_CUSTOMIZATIONS_LOADED" ]; then
fi
# add in any of my applications that are in the apps folder.
if [ -d "$HOME/apps" ]; then
- REPOSITORY_LIST+="$(find "$HOME/apps" -maxdepth 1 -mindepth 1 -type d)"
+ REPOSITORY_LIST+="$(find "$HOME/apps" -maxdepth 1 -mindepth 1 -
iname "avenger5" -
type d)"
fi
# adds our locally relevant archive folders into the list to be synched.