diff --git a/src/02_build_kernel.sh b/src/02_build_kernel.sh index 8984aee41..488bc5f3c 100755 --- a/src/02_build_kernel.sh +++ b/src/02_build_kernel.sh @@ -76,7 +76,7 @@ else sed -i "s/.*CONFIG_EFI_STUB.*/CONFIG_EFI_STUB=y/" .config # Check if we are building 32-bit kernel. The exit code is '1' when we are - # building 64-bit kernel, otherwise the exit status is '0'. + # building 64-bit kernel, otherwise the exit code is '0'. grep -q "CONFIG_X86_32=y" .config # The '$?' variable holds the exit code of the last issued command.