scripts/build/kernel/linux.sh
branchnewlib
changeset 1366 5e5d1e6f55d3
parent 1290 108eaf22653b
child 1337 7f742f73c2d1
     1.1 --- a/scripts/build/kernel/linux.sh	Mon Apr 06 20:27:17 2009 +0000
     1.2 +++ b/scripts/build/kernel/linux.sh	Sun May 03 09:50:16 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=$("${awk}" '/^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}"