don't assume that . is in path. pr 964 from Greg Hudson <ghudson@mit.edu>

This commit is contained in:
cgd 1995-04-15 19:50:46 +00:00
parent edc749be89
commit 79e827f345
1 changed files with 1 additions and 1 deletions

View File

@ -7,7 +7,7 @@ endif
set fsdir=$DESTDIR
makeflist >! /tmp/_CHECK.$$
./makeflist >! /tmp/_CHECK.$$
( cd $fsdir ; find . \( -type d -o -type f -o -type l \) ) | sort | \
diff /tmp/_CHECK.$$ -
/bin/rm -f /tmp/_CHECK.$$