diff options
Diffstat (limited to 'scripts/build/mpfr.sh')
-rw-r--r-- | scripts/build/mpfr.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/build/mpfr.sh b/scripts/build/mpfr.sh index 2ff3f5b7..e302ff77 100644 --- a/scripts/build/mpfr.sh +++ b/scripts/build/mpfr.sh @@ -42,7 +42,7 @@ do_mpfr_extract() { # 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;; |