From: Kevin P. Fleming Date: Sat, 2 Oct 2010 17:57:13 +0000 (+0000) Subject: Allow users to pass additional arguments to the Subversion command that X-Git-Tag: 1.8.0-rc3~4^2~5 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=88e6929beb5cf12d93f8466d2678c9f2efdf5156;p=thirdparty%2Fasterisk.git 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 --- diff --git a/contrib/scripts/get_mp3_source.sh b/contrib/scripts/get_mp3_source.sh index b2711a1eb1..5c4e76a893 100755 --- a/contrib/scripts/get_mp3_source.sh +++ b/contrib/scripts/get_mp3_source.sh @@ -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