From: Jason Parker Date: Tue, 6 May 2008 19:54:57 +0000 (+0000) Subject: read requires an argument on some non-bash shells X-Git-Tag: 1.2.28.1~4 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3ce33b090cc606cdf91afc7ad7a57a5a5fb211f7;p=thirdparty%2Fasterisk.git 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) git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.2@115421 65c4cc65-6c06-0410-ace0-fbb531ad65f3 --- diff --git a/contrib/scripts/get_ilbc_source.sh b/contrib/scripts/get_ilbc_source.sh index 68e6d558d2..21333f14c0 100755 --- a/contrib/scripts/get_ilbc_source.sh +++ b/contrib/scripts/get_ilbc_source.sh @@ -18,7 +18,7 @@ echo "This script assumes that you have already agreed to the license agreement. 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