aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorkpfleming <kpfleming@f38db490-d61c-443f-a65b-d21fe96a405b>2010-10-02 18:06:35 +0000
committerkpfleming <kpfleming@f38db490-d61c-443f-a65b-d21fe96a405b>2010-10-02 18:06:35 +0000
commitdfc5b499213c9255bbffb850d83310aa69489ba5 (patch)
treeeddc4aa9a68992bb6b2204906ff0a1245a9ad443
parent85e4bf62cb5154a5acf62c74c95b19e72e1ad61b (diff)
Merged revisions 290026 via svnmerge from
https://origsvn.digium.com/svn/asterisk/branches/1.8 ........ r290026 | kpfleming | 2010-10-02 12:57:13 -0500 (Sat, 02 Oct 2010) | 6 lines 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/trunk@290027 f38db490-d61c-443f-a65b-d21fe96a405b
-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