From fd4f83ec7b5c5b0e25452e19a9caee99cb810ec9 Mon Sep 17 00:00:00 2001 From: qwell Date: Tue, 6 May 2008 19:54:57 +0000 Subject: 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: http://svn.digium.com/svn/asterisk/branches/1.2@115421 f38db490-d61c-443f-a65b-d21fe96a405b --- contrib/scripts/get_ilbc_source.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/contrib/scripts/get_ilbc_source.sh b/contrib/scripts/get_ilbc_source.sh index 68e6d558d..21333f14c 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 -- cgit v1.2.3