summaryrefslogtreecommitdiffstats
path: root/tools/release/bins.pl
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2009-06-18 22:12:23 +0000
committerDaniel Stenberg <daniel@haxx.se>2009-06-18 22:12:23 +0000
commit75ddf209c114e507383ef48eb9ce80e090b5b863 (patch)
treea1b007c799e6d4e9b7c557586a76487735d5ccd6 /tools/release/bins.pl
parent3270795b48d95ac46ba655248a8acc85dee453d7 (diff)
downloadrockbox-75ddf209c114e507383ef48eb9ce80e090b5b863.tar.gz
rockbox-75ddf209c114e507383ef48eb9ce80e090b5b863.zip
s/echo -e/printf to make it run more portably
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@21338 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'tools/release/bins.pl')
-rwxr-xr-xtools/release/bins.pl2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/release/bins.pl b/tools/release/bins.pl
index bb4aa68221..9dc282410c 100755
--- a/tools/release/bins.pl
+++ b/tools/release/bins.pl
@@ -98,7 +98,7 @@ sub buildit {
`rm -rf * >/dev/null 2>&1`;
- my $c = sprintf('echo -e "%s\n%sn\n" | ../tools/configure',
+ my $c = sprintf('printf "%s\n%sn\n" | ../tools/configure',
$confnum, $extra);
print "C: $c\n" if($verbose);