When dumping the DokuWiki table of samples, don't leave the kernel headers version empty if using a custom headers set., and say so.

/trunk/scripts/showSamples.sh |    6     5     1     0 +++++-
 1 file changed, 5 insertions(+), 1 deletion(-)
This commit is contained in:
Yann E. MORIN" 2008-07-25 14:08:03 +00:00
parent 9a9d609035
commit 96089bc58c

View File

@ -53,7 +53,11 @@ dump_single_sample() {
fi
else
printf "| ''${sample}'' "
printf "| ''${CT_KERNEL}'' "
if [ "${CT_KERNEL_LINUX_HEADERS_USE_CUSTOM_DIR}" = "y" ]; then
printf "| //custom// "
else
printf "| ''${CT_KERNEL}'' "
fi
printf "| ${CT_KERNEL_VERSION} "
printf "| ${CT_BINUTILS_VERSION} "
printf "| ''${CT_CC}'' "