From d54a087affb8d97e5fa20cabf4822167e9174564 Mon Sep 17 00:00:00 2001 From: fsgqa Date: Tue, 21 May 2002 05:27:09 +0000 Subject: [PATCH] use our own copy of stat(1) cos we know it'll be there & it has a set output format. --- 064 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/064 b/064 index 3ccd159e..4f4aedea 100755 --- a/064 +++ b/064 @@ -80,7 +80,7 @@ while [ $i -le 9 ]; do fi echo "********* level $i ***********" >>$seq.full date >>$seq.full - find $SCRATCH_MNT -exec stat {} \; >$tmp.dates.$i + find $SCRATCH_MNT -exec $here/src/lstat64 {} \; >$tmp.dates.$i if [ $i -gt 0 ]; then level_1=`expr $i - 1` diff -c $tmp.dates.$level_1 $tmp.dates.$i >>$seq.full -- 2.39.5