From: Chris Koeritz Date: Sun, 5 Nov 2017 00:20:14 +0000 (-0400) Subject: fixing apps checkin for expected path X-Git-Tag: 2.140.90~79 X-Git-Url: https://feistymeow.org/gitweb/?a=commitdiff_plain;h=40caaa3968d1a9668c2b25ef073eb649394c6943;p=feisty_meow.git fixing apps checkin for expected path --- diff --git a/scripts/customize/fred/fred_variables.sh b/scripts/customize/fred/fred_variables.sh index 38c9a8f3..8402301d 100644 --- 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.