summaryrefslogtreecommitdiff
path: root/distrib/sets/checkflist
diff options
context:
space:
mode:
Diffstat (limited to 'distrib/sets/checkflist')
-rw-r--r--distrib/sets/checkflist2
1 files changed, 1 insertions, 1 deletions
diff --git a/distrib/sets/checkflist b/distrib/sets/checkflist
index b028bf41027..bb2fa1880db 100644
--- a/distrib/sets/checkflist
+++ b/distrib/sets/checkflist
@@ -7,7 +7,7 @@ endif
set fsdir=$DESTDIR
-./makeflist >! /tmp/_CHECK.$$
+csh makeflist >! /tmp/_CHECK.$$
( cd $fsdir ; find . \( -type d -o -type f -o -type l \) ) | sort | \
diff /tmp/_CHECK.$$ -
/bin/rm -f /tmp/_CHECK.$$