[vlc-commits] compile: don't escape &
Rafaël Carré
git at videolan.org
Sat Jan 21 03:34:24 CET 2012
vlc | branch: master | Rafaël Carré <funman at videolan.org> | Fri Jan 20 21:33:45 2012 -0500| [5a5559dfcde0c1b9a5feb3a3831f460a5f82d21e] | committer: Rafaël Carré
compile: don't escape &
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=5a5559dfcde0c1b9a5feb3a3831f460a5f82d21e
---
configure.ac | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/configure.ac b/configure.ac
index 48e5809..52d8cf7 100644
--- a/configure.ac
+++ b/configure.ac
@@ -4251,7 +4251,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