summaryrefslogtreecommitdiff
path: root/libguile/guile-snarf.in
diff options
context:
space:
mode:
authorMichael Livshin <mlivshin@bigfoot.com>2001-06-08 13:48:39 +0000
committerMichael Livshin <mlivshin@bigfoot.com>2001-06-08 13:48:39 +0000
commit47bcd6465f75719bbed6ae4520dda2e7480b77ed (patch)
tree746b91e929f569848dd0e83b67f1bf3b826cc750 /libguile/guile-snarf.in
parentbab246f3345d6fa97ccd698ad66ada18abede481 (diff)
downloadguile-47bcd6465f75719bbed6ae4520dda2e7480b77ed.tar.gz
* filter-doc-snarfage.c, guile-snarf.in: try to cope with spaces
inside cookies. thanks to Matthias Köppe!
Diffstat (limited to 'libguile/guile-snarf.in')
-rw-r--r--libguile/guile-snarf.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/libguile/guile-snarf.in b/libguile/guile-snarf.in
index 41542dcfc..ffb035146 100644
--- a/libguile/guile-snarf.in
+++ b/libguile/guile-snarf.in
@@ -27,7 +27,7 @@ test -n "${CPP+set}" || CPP="@CPP@"
## We must use a temporary file here, instead of a pipe, because we
## need to know if CPP exits with a non-zero status.
${CPP} -DSCM_MAGIC_SNARF_INITS "$@" > ${temp} || exit $?
-< ${temp} grep "^ *\^\^" | sed -e "s/^ *\^\^//"
+< ${temp} grep "^ *\^ *\^" | sed -e "s/^ *\^ *\^//"
## Apparently, AIX's preprocessor is unhappy if you try to #include an
## empty file.