Skip to content
Snippets Groups Projects
Commit 747ed7c6 authored by zorglub's avatar zorglub
Browse files

Fix typo

parent 4900b278
No related branches found
No related tags found
No related merge requests found
......@@ -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 "
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment