summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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 49fe8c1d73..bb4aa68221 100755
--- a/tools/release/bins.pl
+++ b/tools/release/bins.pl
@@ -119,7 +119,7 @@ sub buildfonts {
119 119
120 `rm -rf * >/dev/null 2>&1`; 120 `rm -rf * >/dev/null 2>&1`;
121 121
122 my $c = sprintf('echo -e "%s\n%sn\n" | ../tools/configure', 122 my $c = sprintf("printf '%s\n%sn\n' | ../tools/configure",
123 $confnum, $newl?'\n':''); 123 $confnum, $newl?'\n':'');
124 124
125 print "C: $c\n" if($verbose); 125 print "C: $c\n" if($verbose);