firefox/explode-stylus: Suppress a final blank line in output sections.
[profile] / firefox / explode-stylus
index 6195a3a..1b20b83 100755 (executable)
@@ -18,6 +18,7 @@ for my $e (@$js) {
       next KEY if $k eq "code";
       print $fh "/*@ $k: ", join(", ", $s->{$k}->@*), " */\n";
     }
+    $s->{code} =~ s/\n$//;
     print $fh $s->{code}, "\n";
     print $fh "/*\@END*/\n";
   }