[asterisk-commits] qwell: branch 1.6.0 r115424 - in /branches/1.6.0: ./ contrib/scripts/

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


Author: qwell
Date: Tue May  6 14:56:00 2008
New Revision: 115424

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

................
r115423 | qwell | 2008-05-06 14:55:45 -0500 (Tue, 06 May 2008) | 23 lines

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

Propchange: branches/1.6.0/
------------------------------------------------------------------------------
Binary property 'trunk-merged' - no diff available.

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