summaryrefslogtreecommitdiff
path: root/runoff
diff options
context:
space:
mode:
authorrtm <rtm>2007-08-24 14:56:17 +0000
committerrtm <rtm>2007-08-24 14:56:17 +0000
commit2036534834841641edf3a6d1e142c4798e146b7b (patch)
tree2f2b1bbeff631d55d7ec0dc1bd0b5271723e95bf /runoff
parentb55513796f2234d1fbdb816015506f981befb60d (diff)
downloadxv6-labs-2036534834841641edf3a6d1e142c4798e146b7b.tar.gz
xv6-labs-2036534834841641edf3a6d1e142c4798e146b7b.tar.bz2
xv6-labs-2036534834841641edf3a6d1e142c4798e146b7b.zip
add missing iput() at end of _namei()
Diffstat (limited to 'runoff')
-rwxr-xr-xrunoff2
1 files changed, 1 insertions, 1 deletions
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