mirror of
https://git.savannah.gnu.org/git/guile.git
synced 2025-06-12 23:00:22 +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:
parent
ddcccdb31a
commit
fa787a5897
1 changed files with 1 additions and 1 deletions
|
@ -23,7 +23,7 @@ test -n "${CPP+set}" || CPP="@CPP@"
|
||||||
test -n "${AWK+set}" || AWK="@AWK@"
|
test -n "${AWK+set}" || AWK="@AWK@"
|
||||||
|
|
||||||
## Must run guile-func-name-check on the unpreprocessed source
|
## 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
|
## We must use a temporary file here, instead of a pipe, because we
|
||||||
## need to know if CPP exits with a non-zero status.
|
## need to know if CPP exits with a non-zero status.
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue