kernel/linux: fix missing 'then'
author"Yann E. MORIN" <yann.morin.1998@free.fr>
Wed Oct 17 21:21:44 2012 +0200 (2012-10-17)
changeset 3080f4a0fc3d0aad
parent 3079 37831a33e07e
child 3081 697532ca24ee
kernel/linux: fix missing 'then'

Reported-by: David Holsgrove <david.holsgrove@xilinx.com>
Signed-off-by: "Yann E. MORIN" <yann.morin.1998@free.fr>
scripts/build/kernel/linux.sh
     1.1 --- a/scripts/build/kernel/linux.sh	Tue Oct 16 20:57:44 2012 +0200
     1.2 +++ b/scripts/build/kernel/linux.sh	Wed Oct 17 21:21:44 2012 +0200
     1.3 @@ -60,7 +60,7 @@
     1.4  # Extract kernel
     1.5  do_kernel_extract() {
     1.6      # If using a custom headers tree, nothing to do
     1.7 -    if [ "${CT_KERNEL_LINUX_USE_CUSTOM_HEADERS}" = "y" ]
     1.8 +    if [ "${CT_KERNEL_LINUX_USE_CUSTOM_HEADERS}" = "y" ]; then
     1.9          return 0
    1.10      fi
    1.11