diff --git a/scripts/prt-auf b/scripts/prt-auf index 93a9242..10bf4ba 100755 --- a/scripts/prt-auf +++ b/scripts/prt-auf @@ -591,7 +591,7 @@ sub port_diff { # returns a scalar indicating how many differences were found if (! $V_INST{$q}) { print "$q: not installed\n"; $retval++; } else { - print "$q: version $V_INST{$q}\n" if ($dtype eq "current"); + print "$V_INST{$q}\n" if ($dtype eq "current"); print "$q is installed.\n" if ($dtype eq "isinst"); } }