diff options
author | Yann E. MORIN" <yann.morin.1998@anciens.enib.fr> | 2008-07-25 15:54:52 +0000 |
---|---|---|
committer | Yann E. MORIN" <yann.morin.1998@anciens.enib.fr> | 2008-07-25 15:54:52 +0000 |
commit | ebf85dfa9a28177209c4217c8020eadb6dcd65a6 (patch) | |
tree | 0da5a74d9cdf71cd314f67d671b41b824f42ae6f /scripts/showSamples.sh | |
parent | 96089bc58c23e2fdb08c06b3c5e2e3b79076ce9a (diff) | |
download | crosstool-ng-ebf85dfa9a28177209c4217c8020eadb6dcd65a6.tar.gz crosstool-ng-ebf85dfa9a28177209c4217c8020eadb6dcd65a6.tar.bz2 crosstool-ng-ebf85dfa9a28177209c4217c8020eadb6dcd65a6.zip |
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-x | scripts/showSamples.sh | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/scripts/showSamples.sh b/scripts/showSamples.sh index ce823dc1..1a41f921 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} " |