summaryrefslogtreecommitdiff
path: root/jmake/bindex.SH
diff options
context:
space:
mode:
Diffstat (limited to 'jmake/bindex.SH')
-rwxr-xr-xjmake/bindex.SH2
1 files changed, 1 insertions, 1 deletions
diff --git a/jmake/bindex.SH b/jmake/bindex.SH
index b665600..f419d78 100755
--- a/jmake/bindex.SH
+++ b/jmake/bindex.SH
@@ -148,7 +148,7 @@ foreach $rule (sort(keys %Seen)) {
$line = $Wants{$rule};
if (length($line)) {
$line = "->$line.";
- $line = do format($line);
+ $line = &format($line);
print INDEX "$line\n";
}
$line = $Init{$rule};