X-Git-Url: https://feistymeow.org/gitweb/?a=blobdiff_plain;f=scripts%2Fcustomize%2Ffred%2Ffred_variables.sh;h=d97e1f52c0e19389ae7c007f3cdb95fed10ce07f;hb=238ee9a19847ff6de272b9e0d2d86456ebf5c7dc;hp=88e4a1db8e47545de422e3afacd65096e1860001;hpb=2ab1cf327d1637a4660147eabc7f32bbe0039b7d;p=feisty_meow.git 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