# HG changeset patch # User "Yann E. MORIN" # Date 1350501704 -7200 # Node ID f4a0fc3d0aadaa4c0111022c7513845676eda302 # Parent 37831a33e07e0aa865586d3b13b5b7824f35b4c1 kernel/linux: fix missing 'then' Reported-by: David Holsgrove Signed-off-by: "Yann E. MORIN" diff -r 37831a33e07e -r f4a0fc3d0aad scripts/build/kernel/linux.sh --- a/scripts/build/kernel/linux.sh Tue Oct 16 20:57:44 2012 +0200 +++ b/scripts/build/kernel/linux.sh Wed Oct 17 21:21:44 2012 +0200 @@ -60,7 +60,7 @@ # Extract kernel do_kernel_extract() { # If using a custom headers tree, nothing to do - if [ "${CT_KERNEL_LINUX_USE_CUSTOM_HEADERS}" = "y" ] + if [ "${CT_KERNEL_LINUX_USE_CUSTOM_HEADERS}" = "y" ]; then return 0 fi