From 8a1008cf4ffd70e26511efb7942614e46158c545 Mon Sep 17 00:00:00 2001 From: "Yann E. MORIN\"" Date: Wed, 17 Oct 2012 21:21:44 +0200 Subject: [PATCH] kernel/linux: fix missing 'then' Reported-by: David Holsgrove Signed-off-by: "Yann E. MORIN" --- scripts/build/kernel/linux.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/build/kernel/linux.sh b/scripts/build/kernel/linux.sh index c1c4e624..7f2d21c7 100644 --- a/scripts/build/kernel/linux.sh +++ b/scripts/build/kernel/linux.sh @@ -60,7 +60,7 @@ do_kernel_get() { # 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