scripts/build/libc/glibc-eglibc.sh-common
changeset 3248 74cb9dc864ec
parent 3195 cbaf37cc20b7
child 3274 baa61856643b
     1.1 --- a/scripts/build/libc/glibc-eglibc.sh-common	Sun Mar 03 22:24:40 2013 +0100
     1.2 +++ b/scripts/build/libc/glibc-eglibc.sh-common	Fri Nov 15 21:21:12 2013 +0100
     1.3 @@ -304,7 +304,7 @@
     1.4      fi
     1.5  
     1.6      # Pre-seed the configparms file with values from the config option
     1.7 -    printf "${CT_LIBC_GLIBC_CONFIGPARMS}\n" > configparms
     1.8 +    printf "%s\n" "${CT_LIBC_GLIBC_CONFIGPARMS}" > configparms
     1.9  
    1.10      cross_cc=$(CT_Which "${CT_TARGET}-gcc")
    1.11      extra_cc_args+=" ${extra_flags}"