X-Git-Url: https://feistymeow.org/gitweb/?p=feisty_meow.git;a=blobdiff_plain;f=scripts%2Fcore%2Ffunctions.sh;h=baf8a1eab4f48d178ac86fd1f024968a9cbee592;hp=647c8ef9b90370dbd76eaf59aa2bf374b7ee3634;hb=90d5ddd79a107325bb0d7b566ec61c9f93cdd19c;hpb=1cf75c98e9cd938cdeb515de22f9811d818ee01c diff --git a/scripts/core/functions.sh b/scripts/core/functions.sh index 647c8ef9..baf8a1ea 100644 --- a/scripts/core/functions.sh +++ b/scripts/core/functions.sh @@ -433,10 +433,11 @@ if [ -z "$skip_all" ]; then # aliases). we turn off the expand_aliases shell option to avoid passing # the sentinel, which ensures aliases do get recreated for the new user. BUILD_VARS_LOADED= \ - CORE_VARIABLES_LOADED= \ - FEISTY_MEOW_SCRIPTS_LOADED= \ - function_sentinel= \ - MAIL= \ + CORE_VARIABLES_LOADED= \ + FEISTY_MEOW_SCRIPTS_LOADED= \ + function_sentinel= \ + MAIL= \ + HOME= \ bash +O expand_aliases -c "$cmd" retval=$? restore_terminal_title