summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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";