Commit 87802f4c authored by Maciej Blizinski's avatar Maciej Blizinski Committed by Jean-Baptiste Kempf

Escape double quotes when creating 'compile'

Signed-off-by: default avatarRafaël Carré <funman@videolan.org>
(cherry picked from commit 96f3458656bbb207ffe0d15678ca96ae38c8f5d9)
Signed-off-by: default avatarJean-Baptiste Kempf <jb@videolan.org>
parent b62231db
......@@ -4338,7 +4338,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
......
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