Add the fruits of Larry Shatzer's version verifying script.
[p5sagit/p5-mst-13.2.git] / lib / ExtUtils / Embed.t
index 3c996b7..8f4380a 100644 (file)
@@ -80,7 +80,9 @@ if ($^O eq 'VMS') {
    }
 }
 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";