diff options
author | Yann E. MORIN" <yann.morin.1998@anciens.enib.fr> | 2008-05-26 21:49:36 +0000 |
---|---|---|
committer | Yann E. MORIN" <yann.morin.1998@anciens.enib.fr> | 2008-05-26 21:49:36 +0000 |
commit | fddd535b291e5f4b889ca742e69684ef1a0189da (patch) | |
tree | 08d385b3b67389c18993cdc563f69e80dc95e111 /scripts/showSamples.sh | |
parent | a398f38872dd1805157b73ab456e171419107e7f (diff) | |
download | crosstool-ng-fddd535b291e5f4b889ca742e69684ef1a0189da.tar.gz crosstool-ng-fddd535b291e5f4b889ca742e69684ef1a0189da.tar.bz2 crosstool-ng-fddd535b291e5f4b889ca742e69684ef1a0189da.zip |
Rework dumping the samples.
/trunk/scripts/showSamples.sh | 1 0 1 0 -
/trunk/samples/samples.mk | 10 7 3 0 +++++++---
2 files changed, 7 insertions(+), 4 deletions(-)
Diffstat (limited to 'scripts/showSamples.sh')
-rwxr-xr-x | scripts/showSamples.sh | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/scripts/showSamples.sh b/scripts/showSamples.sh index c15c20c3..f094ae4f 100755 --- a/scripts/showSamples.sh +++ b/scripts/showSamples.sh @@ -48,7 +48,6 @@ dump_single_sample() { [ "${CT_LTRACE}" ] && echo -n " ltrace-${CT_LTRACE_VERSION}" [ "${CT_STRACE}" ] && echo -n " strace-${CT_STRACE_VERSION}" echo - echo fi } |