aboutsummaryrefslogtreecommitdiffstats
path: root/contrib
diff options
context:
space:
mode:
authorkpfleming <kpfleming@f38db490-d61c-443f-a65b-d21fe96a405b>2010-10-02 17:57:13 +0000
committerkpfleming <kpfleming@f38db490-d61c-443f-a65b-d21fe96a405b>2010-10-02 17:57:13 +0000
commit4f913c53aa4ad0c52be6731405c479b5fdccf568 (patch)
tree025fdaa372d1619dfab4eb571637b2fa3b756b6c /contrib
parentce4a8f82b824e1bf86026b383fcba911394eb56f (diff)
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: http://svn.digium.com/svn/asterisk/branches/1.8@290026 f38db490-d61c-443f-a65b-d21fe96a405b
Diffstat (limited to 'contrib')
-rwxr-xr-xcontrib/scripts/get_mp3_source.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/contrib/scripts/get_mp3_source.sh b/contrib/scripts/get_mp3_source.sh
index b2711a1eb..5c4e76a89 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