Missed the hunk that adds regen_madly.pl to the regen_perl target.
[p5sagit/p5-mst-13.2.git] / cygwin / perlld.in
index 871f108..557d7d1 100644 (file)
@@ -79,7 +79,7 @@ close DEBUGFILE if $DEBUG;
 #---------------------------------------------------------------------------
 sub shellexec {
   my $command = shift;
-  print STDERR $command;
+  print $command;
   print DEBUGFILE $command if $DEBUG;
   system($command) == 0
     or die "perlld: *** system() failed to execute\n$command\n";