Fix bug with -c option

PR:		18176
Reviewed by:	Bruce A. Mah <bmah@acm.org>
This commit is contained in:
marko 2000-08-07 22:47:46 +00:00
parent 3f1d920325
commit d660238215

View File

@ -259,6 +259,7 @@ foreach $packageName (sort keys %currentPackages) {
}
}
else {
next if $ShowCommandsFlag;
$versionCode = "?";
$Comment = "unknown in index";
}