scripts/build/libc/eglibc.sh
changeset 1528 f87b08efe892
parent 1478 3a9fb0d6d8e2
child 1552 6ee673ab382e
     1.1 --- a/scripts/build/libc/eglibc.sh	Wed Aug 19 19:44:30 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