From 79e827f34530c46d4afd8fc011a80d22b708dd83 Mon Sep 17 00:00:00 2001 From: cgd Date: Sat, 15 Apr 1995 19:50:46 +0000 Subject: [PATCH] don't assume that . is in path. pr 964 from Greg Hudson --- distrib/sets/checkflist | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/distrib/sets/checkflist b/distrib/sets/checkflist index 2f618efe889a..b028bf410279 100755 --- a/distrib/sets/checkflist +++ b/distrib/sets/checkflist @@ -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.$$