summaryrefslogtreecommitdiff
path: root/cygwin
diff options
context:
space:
mode:
authorRafael Garcia-Suarez <rgarciasuarez@gmail.com>2006-01-27 15:26:05 +0000
committerRafael Garcia-Suarez <rgarciasuarez@gmail.com>2006-01-27 15:26:05 +0000
commitfce9dd68bde848d8e3cace4ead96a2070769c394 (patch)
treef2edb4a61b8a00c69fe298e8804a8884dd905715 /cygwin
parent1867a6a35969cbb0669577179268669e089da2f8 (diff)
downloadperl-fce9dd68bde848d8e3cace4ead96a2070769c394.tar.gz
Revert change 24461, now that change 26757 allows TEST
to accept extra output from module tests p4raw-id: //depot/perl@26959
Diffstat (limited to 'cygwin')
-rw-r--r--cygwin/perlld.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/cygwin/perlld.in b/cygwin/perlld.in
index 871f108cc4..557d7d1eb4 100644
--- a/cygwin/perlld.in
+++ b/cygwin/perlld.in
@@ -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";