again with the fixing
[feisty_meow.git] / scripts / customize / fred / fred_variables.sh
index 8402301dba566b8212f68893dec710841dd41b7b..c56bec72e04b45b073929cc69bef6b5c87e1fe7d 100644 (file)
@@ -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