Bugfix. Always use $AWK.
Showing
1 changed file
with
1 additions
and
1 deletions
... | @@ -58,7 +58,7 @@ state == 1 && /\^\^ }/ { state = 0; print; next } | ... | @@ -58,7 +58,7 @@ state == 1 && /\^\^ }/ { state = 0; print; next } |
58 | state == 1 { print } | 58 | state == 1 { print } |
59 | state == 0 { next }' $temp |\ | 59 | state == 0 { next }' $temp |\ |
60 | tr -d '\n' | tr '^' '\n' |\ | 60 | tr -d '\n' | tr '^' '\n' |\ |
61 | awk -f $BASEDIR/guile-doc-snarf.awk > $OUTFILE | 61 | $AWK -f $BASEDIR/guile-doc-snarf.awk > $OUTFILE |
62 | } | 62 | } |
63 | 63 | ||
64 | case "$DOCFILE" in | 64 | case "$DOCFILE" in | ... | ... |
-
Please register or sign in to post a comment