1
0
mirror of git://git.sv.gnu.org/coreutils.git synced 2026-04-20 18:56:39 +02:00

remove remnants of lang-default change

This commit is contained in:
Jim Meyering
2000-10-22 21:24:40 +00:00
parent 171aba014f
commit 9e546891f1

View File

@@ -14,9 +14,6 @@ if test -z "$other_partition_tmpdir"; then
exit 77
fi
=''; export LANGUAGE
=''; export LANG
pwd=`pwd`
dir=p-perm-$$
trap "cd $pwd; rm -rf $dir $other_partition_tmpdir" 0 1 2 3 15