scripts/build/kernel/linux.sh
branchnewlib
changeset 1365 c4d124ed9f8e
parent 1222 c7558c696cc4
child 1299 3448ac3f1a5d
     1.1 --- a/scripts/build/kernel/linux.sh	Tue Mar 03 20:29:35 2009 +0000
     1.2 +++ b/scripts/build/kernel/linux.sh	Sun Apr 19 16:17:11 2009 +0000
     1.3 @@ -47,7 +47,7 @@
     1.4  
     1.5      # Only starting with 2.6.18 does headers_install is usable. We only
     1.6      # have 2.6 version available, so only test for sublevel.
     1.7 -    k_sublevel=$(gawk '/^SUBLEVEL =/ { print $3 }' "${CT_SRC_DIR}/linux-${CT_KERNEL_VERSION}/Makefile")
     1.8 +    k_sublevel=$("${awk}" '/^SUBLEVEL =/ { print $3 }' "${CT_SRC_DIR}/linux-${CT_KERNEL_VERSION}/Makefile")
     1.9      [ ${k_sublevel} -ge 18 ] || CT_Abort "Kernel version >= 2.6.18 is needed to install kernel headers."
    1.10  
    1.11      V_OPT="V=${CT_KERNEL_LINUX_VERBOSE_LEVEL}"