X-Git-Url: https://feistymeow.org/gitweb/?a=blobdiff_plain;f=scripts%2Fcore%2Flaunch_feisty_meow.sh;h=db00c382eafa22b1c5005bc96ae00ab02d8b18b3;hb=4cfdd08aaad4926a3133d96076d3e4cae78adb3a;hp=70b1b0cafa0c26654b74526c4259200d2eba0bbe;hpb=9fd687b2a9082cc5ce244f779d3f259ea6753216;p=feisty_meow.git diff --git a/scripts/core/launch_feisty_meow.sh b/scripts/core/launch_feisty_meow.sh index 70b1b0ca..db00c382 100644 --- a/scripts/core/launch_feisty_meow.sh +++ b/scripts/core/launch_feisty_meow.sh @@ -46,7 +46,7 @@ if [ -z "$FEISTY_MEOW_LOADING_DOCK" ]; then source "$FEISTY_MEOW_VARIABLES_LOADING_FILE" # Set up the temporary directory. - source $FEISTY_MEOW_SCRIPTS/core/create_tempdir.sh + source "$FEISTY_MEOW_SCRIPTS/core/create_tempdir.sh" fi @@ -55,7 +55,7 @@ fi # load the larger body of standard feisty meow variables into the environment. # we actually want this to always run also; it will decide what variables need # to be set again. -source $FEISTY_MEOW_SCRIPTS/core/variables.sh +source "$FEISTY_MEOW_SCRIPTS/core/variables.sh" ##############