diff options
author | Alexey Neyman <stilor@att.net> | 2017-05-15 21:12:36 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-05-15 21:12:36 -0700 |
commit | 1dbb06f2d375d58f12e79399b64b3111fc4d35fc (patch) | |
tree | b2b8807fd6c7d0d700b3efd724fb308182001cb1 /scripts/showSamples.sh | |
parent | ef762bfe8e1ec9063d645b1745dc8843997b7767 (diff) | |
parent | 97a20eed5c3cf3a2f7bb261705405b8b16c56b36 (diff) | |
download | crosstool-ng-1dbb06f2d375d58f12e79399b64b3111fc4d35fc.tar.gz crosstool-ng-1dbb06f2d375d58f12e79399b64b3111fc4d35fc.tar.bz2 crosstool-ng-1dbb06f2d375d58f12e79399b64b3111fc4d35fc.zip |
Merge pull request #717 from stilor/merge-bionic
Merge bionic
Diffstat (limited to 'scripts/showSamples.sh')
-rwxr-xr-x | scripts/showSamples.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/showSamples.sh b/scripts/showSamples.sh index f3a21d25..e60e29fc 100755 --- a/scripts/showSamples.sh +++ b/scripts/showSamples.sh @@ -101,7 +101,7 @@ dump_single_sample() { cc=$(echo ${CT_CC} | ${awk} '{ print toupper($0)}') version=$(eval echo \${CT_CC_${cc}_VERSION}) compiler=$(echo $cc | ${awk} '{print tolower($0)}') - printf " $compiler | $version" + printf " $compiler-$version" printf "\n" printf " %-*s : %s" ${width} "Languages" "C" [ "${CT_CC_LANG_CXX}" = "y" ] && printf ",C++" |