Allow users to pass additional arguments to the Subversion command that

obtains the MP-3 source code.

(reported on IRC by jmls)



git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.8@290026 65c4cc65-6c06-0410-ace0-fbb531ad65f3
certified/1.8.6
Kevin P. Fleming 15 years ago
parent 1d937d6cea
commit 88e6929beb

@ -9,6 +9,6 @@ if [ -f addons/mp3/mpg123.h ]; then
exit 1
fi
svn export http://svn.digium.com/svn/thirdparty/mp3/trunk addons/mp3
svn export http://svn.digium.com/svn/thirdparty/mp3/trunk addons/mp3 $@
exit 0

Loading…
Cancel
Save