X-Git-Url: https://feistymeow.org/gitweb/?a=blobdiff_plain;f=scripts%2Fcore%2Fvariables.sh;fp=scripts%2Fcore%2Fvariables.sh;h=86cfe17b40f00bd4a5034a37c0494c49d95c0e6b;hb=d6775acfcf40fd3b3b19f836af2154f122b472ba;hp=b3119ae55c96e584928a60e47cf417f6e04e4ed9;hpb=a3759e3900ad41d74ad877973bbe371150ec6339;p=feisty_meow.git diff --git a/scripts/core/variables.sh b/scripts/core/variables.sh index b3119ae5..86cfe17b 100644 --- a/scripts/core/variables.sh +++ b/scripts/core/variables.sh @@ -207,7 +207,7 @@ 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="feisty_meow " + define_yeti_variable REPOSITORY_LIST="$(basename $FEISTY_MEOW_APEX) " # initializes the feisty meow build variables, if possible. function initialize_build_variables()