summaryrefslogtreecommitdiff
path: root/Configure
diff options
context:
space:
mode:
authorAndy Dougherty <doughera@lafayette.edu>1998-12-01 08:40:12 -0500
committerJarkko Hietaniemi <jhi@iki.fi>1998-12-02 08:52:13 +0000
commita83b1ac8efab791ec5d5b84f3a873d01dab5b9e6 (patch)
treefe527b7105e6104b9e24a9723877aaa4401bc9f3 /Configure
parenta0915cb7e00a6329ad06730bbab4e7595cc5b832 (diff)
downloadperl-a83b1ac8efab791ec5d5b84f3a873d01dab5b9e6.tar.gz
Missing redirection of simple test program
To: Perl Porters <perl5-porters@perl.org> Message-Id: <Pine.SUN.3.96.981201133546.4288K-100000@newton.phys> p4raw-id: //depot/cfgperl@2433
Diffstat (limited to 'Configure')
-rwxr-xr-xConfigure2
1 files changed, 1 insertions, 1 deletions
diff --git a/Configure b/Configure
index 119fcece7b..bba0632ae7 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 <<EOM