updated to use FEISTY_MEOW_SCAN_REPOS variable instead
[feisty_meow.git] / scripts / site_avenger / config / default.app
index 46dbd3a76da5e16e975650c6e127a1f8b441673b..6a2d9a26de49ef0d61731651cdef0f2fcb702613 100644 (file)
@@ -13,7 +13,8 @@
 
 # the top level of the user's application storage.
 if [ -z "$BASE_APPLICATION_PATH" ]; then
-  export BASE_APPLICATION_PATH="$HOME/apps"
+  export BASE_APPLICATION_PATH="$FEISTY_MEOW_SCAN_REPOS"
+#hmmm: fix for multivalue usage!
 fi
 # where the code should come from.
 if [ -z "$DEFAULT_REPOSITORY_ROOT" ]; then