Add a space to make verbose output less confusing

This commit is contained in:
cls%seawood.org 2001-03-24 13:44:41 +00:00
parent 328c1d33cc
commit 1c349a872b

View File

@ -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";