diff -r 4f07fc2b4491 -r 88020b2c3246 scripts/build/libc/uClibc.sh --- a/scripts/build/libc/uClibc.sh Sat Jan 23 22:06:11 2010 +0100 +++ b/scripts/build/libc/uClibc.sh Tue Jan 12 19:24:03 2010 +0100 @@ -27,8 +27,8 @@ # uClibc locales if [ "${CT_LIBC_UCLIBC_LOCALES}" = "y" ]; then CT_Pushd "${CT_SRC_DIR}/uClibc-${CT_LIBC_VERSION}/extra/locale" - CT_Extract "uClibc-locale-030818" nochdir - CT_Patch "uClibc-locale-030818" nochdir + CT_Extract nochdir "uClibc-locale-030818" + CT_Patch nochdir "uClibc-locale-030818" CT_Popd fi