X-Git-Url: https://feistymeow.org/gitweb/?a=blobdiff_plain;f=scripts%2Fcore%2Ffunctions.sh;h=007f47462cc251ebb7211ce2f1f4caf1e1a8c7ce;hb=5857529277c4b7f0ed96932be26020f28332a05c;hp=c078c90afdb1d6feaa3060f8f2e8402af55cb012;hpb=a7a8b46040fb65a07789d8d3f7ad008d75b1b87a;p=feisty_meow.git diff --git a/scripts/core/functions.sh b/scripts/core/functions.sh index c078c90a..007f4746 100644 --- a/scripts/core/functions.sh +++ b/scripts/core/functions.sh @@ -174,9 +174,9 @@ if [ -z "$skip_all" ]; then local oldterm="$TERM" export TERM=linux /usr/bin/ssh -X -C "${args[@]}" - restore_terminal_title # restore the terminal variable also. TERM="$oldterm" + restore_terminal_title } ##############