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
Родитель b15f7d7fd1
Коммит 150b03282c
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

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