vlc/vlc-2.0 | branch: master | Rafaël Carré <[email protected]> | Fri Jan 20 21:33:45 2012 -0500| [51fc753f73589d9385bf63443c0bd2355cde6fd5] | committer: Rafaël Carré
compile: don't escape & (cherry picked from commit 5a5559dfcde0c1b9a5feb3a3831f460a5f82d21e) Signed-off-by: Rafaël Carré <[email protected]> > http://git.videolan.org/gitweb.cgi/vlc/vlc-2.0.git/?a=commit;h=51fc753f73589d9385bf63443c0bd2355cde6fd5 --- 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 _______________________________________________ vlc-commits mailing list [email protected] http://mailman.videolan.org/listinfo/vlc-commits
