From ac299ec6ac67e661d4946195c9790093dc7f625d Mon Sep 17 00:00:00 2001 From: Chris Koeritz Date: Sat, 4 Nov 2017 20:21:08 -0400 Subject: [PATCH] again with the fixing --- scripts/customize/fred/fred_variables.sh | 3 +++ 1 file changed, 3 insertions(+) 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 -- 2.34.1