Add a space to make verbose output less confusing

git-svn-id: svn://10.0.0.236/trunk@90342 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
cls%seawood.org
2001-03-24 13:44:41 +00:00
parent 1a21bbb1ce
commit 4d5fc93e6a

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