1
Fork 0
mirror of https://git.savannah.gnu.org/git/guile.git synced 2025-06-11 22:31:12 +02:00

* guile-doc-snarf.in: Use ${AWK} -f guile-func-name-check, not

just execing guile-func-name-check.  Thanks Michael Livshin!
This commit is contained in:
Greg J. Badros 2000-02-13 17:41:10 +00:00
parent ddcccdb31a
commit fa787a5897

View file

@ -23,7 +23,7 @@ test -n "${CPP+set}" || CPP="@CPP@"
test -n "${AWK+set}" || AWK="@AWK@"
## Must run guile-func-name-check on the unpreprocessed source
guile-func-name-check "$fullfilename"
${AWK} -f guile-func-name-check "$fullfilename"
## We must use a temporary file here, instead of a pipe, because we
## need to know if CPP exits with a non-zero status.