[vlc-commits] compile: don't escape &

Rafaël Carré git at videolan.org
Mon Jan 30 18:43:18 CET 2012


vlc/vlc-2.0 | branch: master | Rafaël Carré <funman at videolan.org> | Fri Jan 20 21:33:45 2012 -0500| [ad3d26bf3d02161b10dbf03a6df2450477b3a793] | committer: Rémi Denis-Courmont

compile: don't escape &
(cherry picked from commit 5a5559dfcde0c1b9a5feb3a3831f460a5f82d21e)

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

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

diff --git a/configure.ac b/configure.ac
index d1dff8b..32f6619 100644
--- a/configure.ac
+++ b/configure.ac
@@ -4324,7 +4324,7 @@ 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
-test -f .error\$\$ \&\& ERROR=1
+test -f .error\$\$ && ERROR=1
 rm -f .error\$\$
 exit \$ERROR" >compile
 chmod a+x compile



More information about the vlc-commits mailing list