X-Git-Url: https://feistymeow.org/gitweb/?a=blobdiff_plain;f=scripts%2Fcore%2Fvariables.sh;h=3caa20670ed92141ce74327269f1fc219e67c3bd;hb=05ebf33c6a536bed180720442e488a91ae8e808c;hp=86cfe17b40f00bd4a5034a37c0494c49d95c0e6b;hpb=d9cfe3ee92ee5109033a717d876d1411f6380ee5;p=feisty_meow.git diff --git a/scripts/core/variables.sh b/scripts/core/variables.sh index 86cfe17b..3caa2067 100644 --- a/scripts/core/variables.sh +++ b/scripts/core/variables.sh @@ -207,7 +207,8 @@ if [ -z "$CORE_VARIABLES_LOADED" ]; then # names can be added in your customized scripts. the space at the end of # this variable is important and allows users to extend the list like: # define_yeti_variable REPOSITORY_DIR+="muppets configs" - define_yeti_variable REPOSITORY_LIST="$(basename $FEISTY_MEOW_APEX) " +#old: define_yeti_variable REPOSITORY_LIST="$(basename $FEISTY_MEOW_APEX) " + define_yeti_variable REPOSITORY_LIST= # initializes the feisty meow build variables, if possible. function initialize_build_variables()