diff options
-rwxr-xr-x | lang.csh | 1 | ||||
-rwxr-xr-x | lang.sh | 2 |
2 files changed, 2 insertions, 1 deletions
@@ -77,4 +77,5 @@ if ($sourced == 1) then endif unsetenv SYSFONTACM unsetenv SYSFONT + unsetenv consoletype endif @@ -84,7 +84,7 @@ if [ "$sourced" = 1 ]; then esac fi - unset SYSFONTACM SYSFONT + unset SYSFONTACM SYSFONT consoletype fi unset sourced unset langfile |