[csw-devel] [PATCH] Escape double quotes when creating 'compile'

Maciej Blizinski maciej at opencsw.org
Wed Feb 29 15:59:46 CET 2012


---
 configure.ac |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/configure.ac b/configure.ac
index 2cb86dd..a064df3 100644
--- a/configure.ac
+++ b/configure.ac
@@ -4256,7 +4256,7 @@ echo "#! $SHELL
 rm -f .error\$\$
 ERROR=0
 export PATH=\"$PATH\" LANG=C
-($MAKE V=1 \$@ 2>&1 || touch .error\$\$)| `sed -ne "s/^top_srcdir *= *//p" < Makefile`/extras/buildsystem/make.pl
+($MAKE V=1 \$@ 2>&1 || touch .error\$\$)| `sed -ne \"s/^top_srcdir *= *//p\" < Makefile`/extras/buildsystem/make.pl
 test -f .error\$\$ && ERROR=1
 rm -f .error\$\$
 exit \$ERROR" >compile
-- 
1.7.5.4



More information about the devel mailing list