1
0
mirror of git://git.sv.gnu.org/coreutils.git synced 2026-04-19 10:15:48 +02:00

*** empty log message ***

This commit is contained in:
Jim Meyering
1999-11-22 08:55:00 +00:00
parent f22a30f1e5
commit 8a34174fb2

View File

@@ -10,7 +10,7 @@ if test "$VERBOSE" = yes; then
tail --version
fi
tmp=t1-tail.$$
tmp=tail-assert.$$
pwd=`pwd`
trap "cd $pwd; rm -rf $dir" 0 1 2 3 15