mirror of
https://git.openafs.org/openafs.git
synced 2025-01-31 05:27:44 +00:00
linux-alt-builddir-fix-20081014
LICENSE IPL10 FIXES 121650 correct the if test to include missing x
This commit is contained in:
parent
24ce8010cd
commit
9be6b92a17
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user