[asterisk-commits] qwell: branch 1.2 r115421 - /branches/1.2/contrib/scripts/get_ilbc_source.sh

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


Author: qwell
Date: Tue May  6 14:54:57 2008
New Revision: 115421

URL: http://svn.digium.com/view/asterisk?view=rev&rev=115421
Log:
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.2/contrib/scripts/get_ilbc_source.sh

Modified: branches/1.2/contrib/scripts/get_ilbc_source.sh
URL: http://svn.digium.com/view/asterisk/branches/1.2/contrib/scripts/get_ilbc_source.sh?view=diff&rev=115421&r1=115420&r2=115421
==============================================================================
--- branches/1.2/contrib/scripts/get_ilbc_source.sh (original)
+++ branches/1.2/contrib/scripts/get_ilbc_source.sh Tue May  6 14:54:57 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