add missing iput() at end of _namei()

This commit is contained in:
rtm 2007-08-24 14:56:17 +00:00
parent b55513796f
commit 2036534834
7 changed files with 110 additions and 17 deletions

2
runoff
View file

@ -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