mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-26 14:22:01 +00:00
Add a space to make verbose output less confusing
This commit is contained in:
parent
328c1d33cc
commit
1c349a872b
@ -58,7 +58,7 @@ if (defined($::opt_l)) {
|
||||
if ($verbose) {
|
||||
print "make-jars "
|
||||
. "-v -d $chromeDir "
|
||||
. ($fileformat ? "-f $fileformat" : "")
|
||||
. ($fileformat ? "-f $fileformat " : "")
|
||||
. ($nofilelocks ? "-l " : "")
|
||||
. ($baseFilesDir ? "-s $baseFilesDir " : "")
|
||||
. "\n";
|
||||
|
Loading…
Reference in New Issue
Block a user