scripts/build/libc/newlib.sh
changeset 3325 069f43a215cc
parent 3259 cff2f2d39e91
     1.1 --- a/scripts/build/libc/newlib.sh	Tue Dec 31 12:55:21 2013 +0100
     1.2 +++ b/scripts/build/libc/newlib.sh	Wed Jun 25 23:33:01 2014 +0200
     1.3 @@ -29,7 +29,7 @@
     1.4  
     1.5  do_libc_extract() {
     1.6      # If using custom directory location, nothing to do
     1.7 -    if [    "${CT_LIBC_NEWLIB_CUSTOM}" != "y"            \
     1.8 +    if [    "${CT_LIBC_NEWLIB_CUSTOM}" = "y"             \
     1.9           -a -d "${CT_SRC_DIR}/newlib-${CT_LIBC_VERSION}" ]; then
    1.10          return 0
    1.11      fi