summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xtools/release/bins.pl4
1 files changed, 2 insertions, 2 deletions
diff --git a/tools/release/bins.pl b/tools/release/bins.pl
index aff03508ae..8aa44ab64d 100755
--- a/tools/release/bins.pl
+++ b/tools/release/bins.pl
@@ -135,8 +135,8 @@ print "cd tools && make\n" if($verbose);
135`(cd tools && make ) >/dev/null`; 135`(cd tools && make ) >/dev/null`;
136 136
137for my $b (&stablebuilds) { 137for my $b (&stablebuilds) {
138 my $configname = $builds{b}{configname} ? $builds{b}{configname} : $b; 138 my $configname = $builds{$b}{configname} ? $builds{$b}{configname} : $b;
139 runone($b, $configname, $builds{b}{ram}); 139 runone($b, $configname, $builds{$b}{ram});
140} 140}
141 141
142fonts("fonts", "iaudiox5"); 142fonts("fonts", "iaudiox5");