X-Git-Url: https://feistymeow.org/gitweb/?a=blobdiff_plain;f=scripts%2Fcore%2Fvariables.sh;h=9f6f61cca5b31d7c212305092051269f955044a1;hb=de69513cea7b1ce2e300083b775cf8ab372d3b9b;hp=ab5d6a6a8dc2491b1ac11a58660e0449d62d9a16;hpb=5ecfd83bfba80a156a76866185ccef54a9e03315;p=feisty_meow.git diff --git a/scripts/core/variables.sh b/scripts/core/variables.sh index ab5d6a6a..9f6f61cc 100644 --- a/scripts/core/variables.sh +++ b/scripts/core/variables.sh @@ -132,8 +132,10 @@ if [ -z "$NECHUNG" ]; then export GIT_SSH=$FEISTY_MEOW_SCRIPTS/security/ssh.sh # the base checkout list is just to update feisty_meow. additional folder - # names can be added in your customized scripts. - export REPOSITORY_LIST="feisty_meow" + # 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: + # export REPOSITORY_DIR+="muppets configs" + export REPOSITORY_LIST="feisty_meow " # initializes the feisty meow build variables, if possible. function initialize_build_variables()