[vlc-commits] Escape double quotes when creating 'compile'

Maciej Blizinski git at videolan.org
Thu Mar 1 12:28:02 CET 2012


vlc/vlc-2.0 | branch: master | Maciej Blizinski <maciej at opencsw.org> | Wed Feb 29 15:59:46 2012 +0100| [87802f4c3a9ca221f4e2fbc822cd9968dab68d9c] | committer: Jean-Baptiste Kempf

Escape double quotes when creating 'compile'

Signed-off-by: Rafaël Carré <funman at videolan.org>
(cherry picked from commit 96f3458656bbb207ffe0d15678ca96ae38c8f5d9)

Signed-off-by: Jean-Baptiste Kempf <jb at videolan.org>

> http://git.videolan.org/gitweb.cgi/vlc/vlc-2.0.git/?a=commit;h=87802f4c3a9ca221f4e2fbc822cd9968dab68d9c
---

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

diff --git a/configure.ac b/configure.ac
index 2384f4c..7e4a73f 100644
--- a/configure.ac
+++ b/configure.ac
@@ -4338,7 +4338,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