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 abc93090fb
commit 9bf0e2be8d

View File

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