From: Chris Koeritz Date: Thu, 9 Nov 2017 17:27:35 +0000 (-0500) Subject: fixed apps for checkins X-Git-Tag: 2.140.90~21 X-Git-Url: https://feistymeow.org/gitweb/?p=feisty_meow.git;a=commitdiff_plain;h=238ee9a19847ff6de272b9e0d2d86456ebf5c7dc fixed apps for checkins --- diff --git a/scripts/customize/fred/fred_variables.sh b/scripts/customize/fred/fred_variables.sh index 88e4a1db..d97e1f52 100644 --- 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