From 2036534834841641edf3a6d1e142c4798e146b7b Mon Sep 17 00:00:00 2001 From: rtm Date: Fri, 24 Aug 2007 14:56:17 +0000 Subject: add missing iput() at end of _namei() --- runoff | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'runoff') diff --git a/runoff b/runoff index 092c8b6..3869391 100755 --- a/runoff +++ b/runoff @@ -18,7 +18,7 @@ files=`grep -v '^#' runoff.list | awk '{print $1}'` n=99 for i in $files do - runoff1 -n $n $i >fmt/$i + ./runoff1 -n $n $i >fmt/$i nn=`tail -1 fmt/$i | sed 's/ .*//; s/^0*//'` if [ "x$nn" != x ]; then n=$nn -- cgit v1.2.3