summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--libguile/guile-snarf.in1
1 files changed, 0 insertions, 1 deletions
diff --git a/libguile/guile-snarf.in b/libguile/guile-snarf.in
index 38b8da780..8973a52a8 100644
--- a/libguile/guile-snarf.in
+++ b/libguile/guile-snarf.in
@@ -65,7 +65,6 @@ regexp="(^greetings!spooks!hows!life)"
for dep in `echo $deprecated_list` ; do
regexp="(^${dep}[^_A-Z])|${regexp}"
done
-echo $regexp
egrep -n ${regexp} $1 /dev/null > ${temp}
if [ -s ${temp} ] ; then
if $grep_dep_exit_p ; then hey=ERROR ; else hey=WARNING ; fi