Commit 96f34586 authored by Maciej Blizinski's avatar Maciej Blizinski Committed by Rafaël Carré

Escape double quotes when creating 'compile'

Signed-off-by: default avatarRafaël Carré <funman@videolan.org>
parent 3414682c
...@@ -4257,7 +4257,7 @@ echo "#! $SHELL ...@@ -4257,7 +4257,7 @@ echo "#! $SHELL
rm -f .error\$\$ rm -f .error\$\$
ERROR=0 ERROR=0
export PATH=\"$PATH\" LANG=C 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 test -f .error\$\$ && ERROR=1
rm -f .error\$\$ rm -f .error\$\$
exit \$ERROR" >compile exit \$ERROR" >compile
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment