From 9be02f047ee414f3424c1c23619efa9eea19ee09 Mon Sep 17 00:00:00 2001 From: "Yann E. MORIN\"" Date: Mon, 6 Apr 2009 20:27:17 +0000 Subject: Use "${awk}", not gawk. /trunk/scripts/build/kernel/linux.sh | 2 1 1 0 +- /trunk/scripts/build/mpfr.sh | 2 1 1 0 +- /trunk/scripts/functions | 4 2 2 0 ++-- 3 files changed, 4 insertions(+), 4 deletions(-) --- scripts/build/mpfr.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'scripts/build/mpfr.sh') diff --git a/scripts/build/mpfr.sh b/scripts/build/mpfr.sh index 182c794e..2ff3f5b7 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 |gawk '{ print $(NF); }')" in + case "$(libtoolize --version |head -n 1 |"${awk}" '{ print $(NF); }')" in 0.*) ;; 1.*) ;; *) libtoolize_opt=-i;; -- cgit v1.2.3