[asterisk-commits] qwell: branch 1.4 r115422 - in /branches/1.4: ./ contrib/scripts/
SVN commits to the Asterisk project
asterisk-commits at lists.digium.com
Tue May 6 14:55:29 CDT 2008
Author: qwell
Date: Tue May 6 14:55:29 2008
New Revision: 115422
URL: http://svn.digium.com/view/asterisk?view=rev&rev=115422
Log:
Merged revisions 115421 via svnmerge from
https://origsvn.digium.com/svn/asterisk/branches/1.2
........
r115421 | qwell | 2008-05-06 14:54:57 -0500 (Tue, 06 May 2008) | 7 lines
read requires an argument on some non-bash shells
(closes issue #12593)
Reported by: bkruse
Patches:
getilbc.sh_12593_v1.diff uploaded by bkruse (license 132)
........
Modified:
branches/1.4/ (props changed)
branches/1.4/contrib/scripts/get_ilbc_source.sh
Propchange: branches/1.4/
------------------------------------------------------------------------------
Binary property 'branch-1.2-merged' - no diff available.
Modified: branches/1.4/contrib/scripts/get_ilbc_source.sh
URL: http://svn.digium.com/view/asterisk/branches/1.4/contrib/scripts/get_ilbc_source.sh?view=diff&rev=115422&r1=115421&r2=115422
==============================================================================
--- branches/1.4/contrib/scripts/get_ilbc_source.sh (original)
+++ branches/1.4/contrib/scripts/get_ilbc_source.sh Tue May 6 14:55:29 2008
@@ -18,7 +18,7 @@
echo "If you have not done so, you can abort the script now."
echo "***"
-read
+read tmp
wget -P codecs/ilbc http://www.ietf.org/rfc/rfc3951.txt
More information about the asterisk-commits
mailing list