From: Chris Koeritz Date: Sun, 5 Nov 2017 00:21:08 +0000 (-0400) Subject: again with the fixing X-Git-Tag: 2.140.90~78 X-Git-Url: https://feistymeow.org/gitweb/?a=commitdiff_plain;h=ac299ec6ac67e661d4946195c9790093dc7f625d;p=feisty_meow.git again with the fixing --- diff --git a/scripts/customize/fred/fred_variables.sh b/scripts/customize/fred/fred_variables.sh index 8402301d..c56bec72 100644 --- a/scripts/customize/fred/fred_variables.sh +++ b/scripts/customize/fred/fred_variables.sh @@ -22,6 +22,9 @@ if [ -z "$USER_CUSTOMIZATIONS_LOADED" ]; then fi # 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)" + # then, site avenger specific projects. REPOSITORY_LIST+="$(find "$HOME/apps" -maxdepth 1 -mindepth 1 -iname "avenger5" -type d)" fi