From 90d5ddd79a107325bb0d7b566ec61c9f93cdd19c Mon Sep 17 00:00:00 2001 From: Chris Koeritz Date: Sat, 30 May 2020 22:54:57 -0400 Subject: [PATCH] testing sudo function --- scripts/core/functions.sh | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) 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 -- 2.34.1