* guile-snarf.in: Pass args through to gcc in a way that preserves
authorJim Blandy <jimb@red-bean.com>
Wed, 3 Dec 1997 17:30:39 +0000 (17:30 +0000)
committerJim Blandy <jimb@red-bean.com>
Wed, 3 Dec 1997 17:30:39 +0000 (17:30 +0000)
whitespace boundaries.  (Thanks to Greg Badros.)

libguile/guile-snarf.in

index c5adf9a..351f1f4 100644 (file)
@@ -1,4 +1,4 @@
 #!/bin/sh
 # Extract the initialization actions for builtin things.
 
-@CPP@ -DSCM_MAGIC_SNARFER $* | grep "^ *% *% *%" | sed -e "s/^ *% *% *%//"
+@CPP@ -DSCM_MAGIC_SNARFER "$@" | grep "^ *% *% *%" | sed -e "s/^ *% *% *%//"