Commit 747ed7c6 authored by Clément Stenac's avatar Clément Stenac

Fix typo

parent 4900b278
......@@ -5114,7 +5114,7 @@ dnl for a in `./vlc-config --target plugin` ; do echo $a; done | sed -e 's,modul
dnl Shortcut to nice compile message
rm -f compile
echo '#! /bin/sh' >compile
echo "PATH=$PATH LANG=C make 2>&1 $*| ${srcdir}/extras/make.pl" >>compile
echo "PATH=$PATH LANG=C make $* 2>&1| ${srcdir}/extras/make.pl" >>compile
chmod a+x compile
printf "
......
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