summaryrefslogtreecommitdiff
path: root/scripts/showSamples.sh
diff options
context:
space:
mode:
authorYann E. MORIN" <yann.morin.1998@anciens.enib.fr>2008-07-25 15:54:52 (GMT)
committerYann E. MORIN" <yann.morin.1998@anciens.enib.fr>2008-07-25 15:54:52 (GMT)
commitebf85dfa9a28177209c4217c8020eadb6dcd65a6 (patch)
tree0da5a74d9cdf71cd314f67d671b41b824f42ae6f /scripts/showSamples.sh
parent96089bc58c23e2fdb08c06b3c5e2e3b79076ce9a (diff)
Woops! It's the kernel v ersion that is /custom/, not the kernel it self!
/trunk/scripts/showSamples.sh | 4 2 2 0 ++-- 1 file changed, 2 insertions(+), 2 deletions(-)
Diffstat (limited to 'scripts/showSamples.sh')
-rwxr-xr-xscripts/showSamples.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/scripts/showSamples.sh b/scripts/showSamples.sh
index ce823dc..1a41f92 100755
--- a/scripts/showSamples.sh
+++ b/scripts/showSamples.sh
@@ -53,12 +53,12 @@ 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}'' "
+ printf "| ${CT_KERNEL_VERSION} "
fi
- printf "| ${CT_KERNEL_VERSION} "
printf "| ${CT_BINUTILS_VERSION} "
printf "| ''${CT_CC}'' "
printf "| ${CT_CC_VERSION} "