scripts/build/mpfr.sh
changeset 1299 3448ac3f1a5d
parent 1290 108eaf22653b
child 1456 94fc77c37418
     1.1 --- a/scripts/build/mpfr.sh	Mon Apr 06 20:27:17 2009 +0000
     1.2 +++ b/scripts/build/mpfr.sh	Mon Apr 20 21:10:03 2009 +0000
     1.3 @@ -42,7 +42,7 @@
     1.4                  # See: http://sourceware.org/ml/crossgcc/2008-11/msg00046.html
     1.5                  # and: http://sourceware.org/ml/crossgcc/2008-11/msg00048.html
     1.6                  libtoolize_opt=
     1.7 -                case "$(libtoolize --version |head -n 1 |"${awk}" '{ print $(NF); }')" in
     1.8 +                case "$(libtoolize --version |head -n 1 |awk '{ print $(NF); }')" in
     1.9                      0.*)    ;;
    1.10                      1.*)    ;;
    1.11                      *)      libtoolize_opt=-i;;