linux-alt-builddir-fix-20081014

LICENSE IPL10
FIXES 121650

correct the if test to include missing x
This commit is contained in:
Mike Meffie 2008-10-14 15:38:30 +00:00 committed by Derrick Brashear
parent 24ce8010cd
commit 9be6b92a17

View File

@ -338,7 +338,7 @@ case $system in
LINUX_KERNEL_PATH="/usr/src/linux"
fi
fi
if test "$with_linux_kernel_build" != "x"; then
if test "x$with_linux_kernel_build" != "x"; then
LINUX_KERNEL_BUILD="$with_linux_kernel_build"
else
LINUX_KERNEL_BUILD=$LINUX_KERNEL_PATH