add missing iput() at end of _namei()
This commit is contained in:
parent
b55513796f
commit
2036534834
7 changed files with 110 additions and 17 deletions
2
runoff
2
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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue