summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xscripts/showSamples.sh6
1 files changed, 5 insertions, 1 deletions
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}'' "