libc/eglibc: fix download
author"Yann E. MORIN" <yann.morin.1998@anciens.enib.fr>
Sat Sep 12 00:11:12 2009 +0200 (2009-09-12)
changeset 1528f87b08efe892
parent 1524 1031ea5af395
child 1529 42a6a2583e24
libc/eglibc: fix download

Fix the test to check if download is forced.
scripts/build/libc/eglibc.sh
     1.1 --- a/scripts/build/libc/eglibc.sh	Tue Sep 08 22:42:48 2009 +0200
     1.2 +++ b/scripts/build/libc/eglibc.sh	Sat Sep 12 00:11:12 2009 +0200
     1.3 @@ -54,7 +54,7 @@
     1.4           -a -f "${CT_LOCAL_TARBALLS_DIR}/${eglibc_linuxthreads}"    \
     1.5           -a -f "${CT_LOCAL_TARBALLS_DIR}/${eglibc_localedef}"       \
     1.6           -a -f "${CT_LOCAL_TARBALLS_DIR}/${eglibc_ports}"           \
     1.7 -         "${CT_FORCE_DOWNLOAD}" != "y"                              \
     1.8 +         -a "${CT_FORCE_DOWNLOAD}" != "y"                           \
     1.9         ]; then
    1.10          CT_DoLog DEBUG "Got 'eglibc-${CT_LIBC_VERSION}' from local storage"
    1.11          for file in ${eglibc} ${eglibc_linuxthreads} ${eglibc_localedef} ${eglibc_ports}; do