Add a missing line continuation '\' in the gcc retrieval function.
author"Yann E. MORIN" <yann.morin.1998@anciens.enib.fr>
Wed Jan 28 22:36:44 2009 +0000 (2009-01-28)
changeset 117255f53eb0c33e
parent 1162 31348b787bed
child 1173 4b32ffb3f34d
Add a missing line continuation '\' in the gcc retrieval function.
Spotted by Doug Reiland <dreiland@hotmail.com>.

/trunk/scripts/build/cc/gcc.sh | 2 1 1 0 +-
1 file changed, 1 insertion(+), 1 deletion(-)
scripts/build/cc/gcc.sh
     1.1 --- a/scripts/build/cc/gcc.sh	Tue Jan 27 21:37:03 2009 +0000
     1.2 +++ b/scripts/build/cc/gcc.sh	Wed Jan 28 22:36:44 2009 +0000
     1.3 @@ -11,7 +11,7 @@
     1.4      # gcc-3.3.3 lives in releases/gcc-3.3.3, while gcc-2.95.* isn't in a
     1.5      # subdirectory! You bastard!
     1.6      CT_GetFile "gcc-${CT_CC_VERSION}"   \
     1.7 -               {ftp,http}://ftp.gnu.org/gnu/gcc{,{,/releases}/gcc-${CT_CC_VERSION}}
     1.8 +               {ftp,http}://ftp.gnu.org/gnu/gcc{,{,/releases}/gcc-${CT_CC_VERSION}}     \
     1.9                 ftp://ftp.irisa.fr/pub/mirrors/gcc.gnu.org/gcc/releases/gcc-${CT_CC_VERSION}
    1.10      # Starting with GCC 4.3, ecj is used for Java, and will only be
    1.11      # built if the configure script finds ecj.jar at the top of the