diff options
author | Yann E. MORIN" <yann.morin.1998@anciens.enib.fr> | 2008-10-21 21:31:23 +0000 |
---|---|---|
committer | Yann E. MORIN" <yann.morin.1998@anciens.enib.fr> | 2008-10-21 21:31:23 +0000 |
commit | 3fdcbf0b264a4e1d40185f989cbf7b6cb909179e (patch) | |
tree | 2a19c0806452139adfce88ffef81d445eefa345b /scripts/saveSample.sh | |
parent | a5b4a804e30f490072e2650d192b4c14351fd96a (diff) | |
download | crosstool-ng-3fdcbf0b264a4e1d40185f989cbf7b6cb909179e.tar.gz crosstool-ng-3fdcbf0b264a4e1d40185f989cbf7b6cb909179e.tar.bz2 crosstool-ng-3fdcbf0b264a4e1d40185f989cbf7b6cb909179e.zip |
Add a 405fp soft-float PowerPC sample.
/trunk/scripts/saveSample.sh | 2 1 1 0
/trunk/samples/powerpc-405fp-linux-gnu/crosstool.config | 338 338 0 0 +++++++++++++++++++++++
/trunk/samples/powerpc-405fp-linux-gnu/reported.by | 3 3 0 0 +
3 files changed, 342 insertions(+), 1 deletion(-)
Diffstat (limited to 'scripts/saveSample.sh')
-rwxr-xr-x | scripts/saveSample.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/saveSample.sh b/scripts/saveSample.sh index fa6fcc3b..c6c87ac1 100755 --- a/scripts/saveSample.sh +++ b/scripts/saveSample.sh @@ -95,7 +95,7 @@ read -p "Reporter name [${reporter_name}]: " reporter_name read -p "Reporter URL [${reporter_url}]: " reporter_url if [ -n "${reporter_comment}" ]; then echo "Old comment if you need to copy-paste:" - printf "${reporter_comment}" + printf "${reporter_comment}\n" fi echo "Reporter comment (Ctrl-D to finish):" reporter_comment=$(cat) |