summaryrefslogtreecommitdiff
path: root/runoff
diff options
context:
space:
mode:
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