[asterisk-commits] qwell: trunk r115423 - in /trunk: ./ contrib/scripts/get_ilbc_source.sh

SVN commits to the Asterisk project asterisk-commits at lists.digium.com
Tue May 6 14:55:46 CDT 2008


Author: qwell
Date: Tue May  6 14:55:45 2008
New Revision: 115423

URL: http://svn.digium.com/view/asterisk?view=rev&rev=115423
Log:
Merged revisions 115422 via svnmerge from 
https://origsvn.digium.com/svn/asterisk/branches/1.4

................
r115422 | qwell | 2008-05-06 14:55:29 -0500 (Tue, 06 May 2008) | 15 lines

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:
    trunk/   (props changed)
    trunk/contrib/scripts/get_ilbc_source.sh

Propchange: trunk/
------------------------------------------------------------------------------
Binary property 'branch-1.4-merged' - no diff available.

Modified: trunk/contrib/scripts/get_ilbc_source.sh
URL: http://svn.digium.com/view/asterisk/trunk/contrib/scripts/get_ilbc_source.sh?view=diff&rev=115423&r1=115422&r2=115423
==============================================================================
--- trunk/contrib/scripts/get_ilbc_source.sh (original)
+++ trunk/contrib/scripts/get_ilbc_source.sh Tue May  6 14:55:45 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