diff -r 3a9fb0d6d8e2 -r f87b08efe892 scripts/build/libc/eglibc.sh --- a/scripts/build/libc/eglibc.sh Wed Aug 19 19:44:30 2009 +0200 +++ b/scripts/build/libc/eglibc.sh Sat Sep 12 00:11:12 2009 +0200 @@ -54,7 +54,7 @@ -a -f "${CT_LOCAL_TARBALLS_DIR}/${eglibc_linuxthreads}" \ -a -f "${CT_LOCAL_TARBALLS_DIR}/${eglibc_localedef}" \ -a -f "${CT_LOCAL_TARBALLS_DIR}/${eglibc_ports}" \ - "${CT_FORCE_DOWNLOAD}" != "y" \ + -a "${CT_FORCE_DOWNLOAD}" != "y" \ ]; then CT_DoLog DEBUG "Got 'eglibc-${CT_LIBC_VERSION}' from local storage" for file in ${eglibc} ${eglibc_linuxthreads} ${eglibc_localedef} ${eglibc_ports}; do