summaryrefslogtreecommitdiff
path: root/scripts/showSamples.sh
diff options
context:
space:
mode:
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} "