1
mirror of https://code.videolan.org/videolan/vlc synced 2024-09-24 20:48:52 +02:00

Escape double quotes when creating 'compile'

Signed-off-by: Rafaël Carré <funman@videolan.org>
This commit is contained in:
Maciej Blizinski 2012-02-29 15:59:46 +01:00 committed by Rafaël Carré
parent 3414682cbd
commit 96f3458656

View File

@ -4257,7 +4257,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