X-Git-Url: https://feistymeow.org/gitweb/?a=blobdiff_plain;f=scripts%2Fcore%2Flaunch_feisty_meow.sh;fp=scripts%2Fcore%2Flaunch_feisty_meow.sh;h=4eadb38f8ca40a06a2444ab7a534463bf3b23c43;hb=da79480d6d2efe23173e659a4b7a27e29809387b;hp=9caeff3764397c0d905399ec2b23dbcd7309de16;hpb=870c9f51bee45e973d2c2cb4f8a9eec906d44bcc;p=feisty_meow.git diff --git a/scripts/core/launch_feisty_meow.sh b/scripts/core/launch_feisty_meow.sh index 9caeff37..4eadb38f 100644 --- a/scripts/core/launch_feisty_meow.sh +++ b/scripts/core/launch_feisty_meow.sh @@ -101,6 +101,9 @@ if [ "$NO_REPAIRS_NEEDED" == "true" ]; then # solve that problem by running bash with the "-O expand_aliases" flags to # stop the expansion for the next subshell. shopt -s expand_aliases + # set the directory tab completion to behave properly and not start escaping + # the dollar signs in variable names. + shopt -u progcomp # patch the user variable if we were launched by one of our cron jobs. if [ -z "$USER" -a ! -z "$CRONUSER" ]; then