diff options
| -rwxr-xr-x | usr.sbin/pkg_install/version/pkg_version.pl | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/usr.sbin/pkg_install/version/pkg_version.pl b/usr.sbin/pkg_install/version/pkg_version.pl index a361af5a84a2..f0a37b34900a 100755 --- a/usr.sbin/pkg_install/version/pkg_version.pl +++ b/usr.sbin/pkg_install/version/pkg_version.pl @@ -259,6 +259,7 @@ foreach $packageName (sort keys %currentPackages) { } } else { + next if $ShowCommandsFlag; $versionCode = "?"; $Comment = "unknown in index"; } |
