From 96089bc58c23e2fdb08c06b3c5e2e3b79076ce9a Mon Sep 17 00:00:00 2001 From: "Yann E. MORIN\"" Date: Fri, 25 Jul 2008 14:08:03 +0000 Subject: 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(-) diff --git a/scripts/showSamples.sh b/scripts/showSamples.sh index 33bfba8..ce823dc 100755 --- a/scripts/showSamples.sh +++ b/scripts/showSamples.sh @@ -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}'' " -- cgit v0.10.2-6-g49f6