diff options
author | Bill Nottingham <notting@redhat.com> | 2002-11-12 06:05:51 +0000 |
---|---|---|
committer | Bill Nottingham <notting@redhat.com> | 2002-11-12 06:05:51 +0000 |
commit | 8dc7abc30ebe3d5e57840e52d944b46d4719a1cf (patch) | |
tree | eb5dea109ff8e3a7d11f8a0bcb213614fd4b950c | |
parent | c61206f36dbacebde8ea8e11bf3a4c665f04ce46 (diff) | |
download | initscripts-8dc7abc30ebe3d5e57840e52d944b46d4719a1cf.tar initscripts-8dc7abc30ebe3d5e57840e52d944b46d4719a1cf.tar.gz initscripts-8dc7abc30ebe3d5e57840e52d944b46d4719a1cf.tar.bz2 initscripts-8dc7abc30ebe3d5e57840e52d944b46d4719a1cf.tar.xz initscripts-8dc7abc30ebe3d5e57840e52d944b46d4719a1cf.zip |
unset langfile (#75662)
-rwxr-xr-x | lang.sh | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -75,3 +75,4 @@ if [ "$sourced" = 1 ]; then unset SYSFONTACM SYSFONT fi unset sourced +unset langfile |