diff -r 108eaf22653b -r f7eaca0e8519 scripts/build/mpfr.sh --- a/scripts/build/mpfr.sh Mon Apr 06 20:27:17 2009 +0000 +++ b/scripts/build/mpfr.sh Sun Jan 31 13:09:01 2010 +0100 @@ -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;;