diff -r 108eaf22653b -r 5e5d1e6f55d3 scripts/build/mpfr.sh --- a/scripts/build/mpfr.sh Mon Apr 06 20:27:17 2009 +0000 +++ b/scripts/build/mpfr.sh Sun May 03 09:50:16 2009 +0000 @@ -42,7 +42,7 @@ # See: http://sourceware.org/ml/crossgcc/2008-11/msg00046.html # and: http://sourceware.org/ml/crossgcc/2008-11/msg00048.html libtoolize_opt= - case "$(libtoolize --version |head -n 1 |"${awk}" '{ print $(NF); }')" in + case "$(libtoolize --version |head -n 1 |awk '{ print $(NF); }')" in 0.*) ;; 1.*) ;; *) libtoolize_opt=-i;;