]> git.ipfire.org Git - thirdparty/asterisk.git/commitdiff
Merged revisions 290026 via svnmerge from
authorKevin P. Fleming <kpfleming@digium.com>
Sat, 2 Oct 2010 18:06:35 +0000 (18:06 +0000)
committerKevin P. Fleming <kpfleming@digium.com>
Sat, 2 Oct 2010 18:06:35 +0000 (18:06 +0000)
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: https://origsvn.digium.com/svn/asterisk/trunk@290027 65c4cc65-6c06-0410-ace0-fbb531ad65f3

contrib/scripts/get_mp3_source.sh

index b2711a1eb18c356ab84e991dd88aef980ade79c5..5c4e76a893c6d6347920db26467b071be47f6027 100755 (executable)
@@ -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