From: Andy Dougherty Date: Tue, 1 Dec 1998 13:40:12 +0000 (-0500) Subject: Missing redirection of simple test program X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=a83b1ac8efab791ec5d5b84f3a873d01dab5b9e6;p=p5sagit%2Fp5-mst-13.2.git Missing redirection of simple test program To: Perl Porters Message-Id: p4raw-id: //depot/cfgperl@2433 --- diff --git a/Configure b/Configure index 119fcec..bba0632 100755 --- a/Configure +++ b/Configure @@ -4149,7 +4149,7 @@ $cat >try.msg <<'EOM' I've tried to compile and run the following simple program: EOM -$cat try.c +$cat try.c >> try.msg $cat >> try.msg <