p4raw-id: //depot/perl@12925
}
}
my $status;
-print "# @cmd\n"; # where is the newline coming from? ldopts()?
+my $display_cmd = "@cmd";
+chomp($display_cmd); # where is the newline coming from? ldopts()?
+print "# $display_cmd\n";
$status = system(join(' ',@cmd));
if ($^O eq 'VMS' && !$status) {
print "# @cmd2\n";