[asterisk-commits] kpfleming: branch 1.8 r290026 - /branches/1.8/contrib/scripts/get_mp3_source.sh
SVN commits to the Asterisk project
asterisk-commits at lists.digium.com
Sat Oct 2 12:57:17 CDT 2010
Author: kpfleming
Date: Sat Oct 2 12:57:13 2010
New Revision: 290026
URL: http://svnview.digium.com/svn/asterisk?view=rev&rev=290026
Log:
Allow users to pass additional arguments to the Subversion command that
obtains the MP-3 source code.
(reported on IRC by jmls)
Modified:
branches/1.8/contrib/scripts/get_mp3_source.sh
Modified: branches/1.8/contrib/scripts/get_mp3_source.sh
URL: http://svnview.digium.com/svn/asterisk/branches/1.8/contrib/scripts/get_mp3_source.sh?view=diff&rev=290026&r1=290025&r2=290026
==============================================================================
--- branches/1.8/contrib/scripts/get_mp3_source.sh (original)
+++ branches/1.8/contrib/scripts/get_mp3_source.sh Sat Oct 2 12:57:13 2010
@@ -9,6 +9,6 @@
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
More information about the asterisk-commits
mailing list