[vlc-commits] Escape double quotes when creating 'compile'
Maciej Blizinski
git at videolan.org
Wed Feb 29 23:26:28 CET 2012
vlc | branch: master | Maciej Blizinski <maciej at opencsw.org> | Wed Feb 29 15:59:46 2012 +0100| [96f3458656bbb207ffe0d15678ca96ae38c8f5d9] | committer: Rafaël Carré
Escape double quotes when creating 'compile'
Signed-off-by: Rafaël Carré <funman at videolan.org>
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=96f3458656bbb207ffe0d15678ca96ae38c8f5d9
---
configure.ac | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/configure.ac b/configure.ac
index 685f546..6044d98 100644
--- a/configure.ac
+++ b/configure.ac
@@ -4257,7 +4257,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
More information about the vlc-commits
mailing list