summaryrefslogtreecommitdiff
path: root/scripts
diff options
context:
space:
mode:
authorYann E. MORIN" <yann.morin.1998@anciens.enib.fr>2008-10-21 21:31:23 (GMT)
committerYann E. MORIN" <yann.morin.1998@anciens.enib.fr>2008-10-21 21:31:23 (GMT)
commit3fdcbf0b264a4e1d40185f989cbf7b6cb909179e (patch)
tree2a19c0806452139adfce88ffef81d445eefa345b /scripts
parenta5b4a804e30f490072e2650d192b4c14351fd96a (diff)
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')
-rwxr-xr-xscripts/saveSample.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/saveSample.sh b/scripts/saveSample.sh
index fa6fcc3..c6c87ac 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)