[vlc-devel] [PATCH] configure: do not escape double quation mark
KO Myung-Hun
komh78 at gmail.com
Fri Aug 8 08:11:13 CEST 2014
Hi/2.
Fixed a typo.
KO Myung-Hun wrote:
> This fixes the following error.
>
> -----
> sed: -e expression #1, char 1: unknown command: `"'
> -----
> ---
> configure.ac | 2 +-
> 1 files changed, 1 insertions(+), 1 deletions(-)
>
> diff --git a/configure.ac b/configure.ac
> index de07e28..ddf4770 100644
> --- a/configure.ac
> +++ b/configure.ac
> @@ -4274,7 +4274,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
--
KO Myung-Hun
Using Mozilla SeaMonkey 2.7.2
Under OS/2 Warp 4 for Korean with FixPak #15
In VirtualBox v4.1.32 on Intel Core i7-3615QM 2.30GHz with 8GB RAM
Korean OS/2 User Community : http://www.ecomstation.co.kr
-------------- next part --------------
An embedded and charset-unspecified text was scrubbed...
Name: 0001-configure-do-not-escape-double-quotation-mark.patch
URL: <http://mailman.videolan.org/pipermail/vlc-devel/attachments/20140808/22de06f5/attachment.ksh>
More information about the vlc-devel
mailing list