From fce9dd68bde848d8e3cace4ead96a2070769c394 Mon Sep 17 00:00:00 2001 From: Rafael Garcia-Suarez Date: Fri, 27 Jan 2006 15:26:05 +0000 Subject: Revert change 24461, now that change 26757 allows TEST to accept extra output from module tests p4raw-id: //depot/perl@26959 --- cygwin/perlld.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'cygwin') 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"; -- cgit v1.2.1