diff options
author | Andy Dougherty <doughera@lafayette.edu> | 1998-12-01 08:40:12 -0500 |
---|---|---|
committer | Jarkko Hietaniemi <jhi@iki.fi> | 1998-12-02 08:52:13 +0000 |
commit | a83b1ac8efab791ec5d5b84f3a873d01dab5b9e6 (patch) | |
tree | fe527b7105e6104b9e24a9723877aaa4401bc9f3 /Configure | |
parent | a0915cb7e00a6329ad06730bbab4e7595cc5b832 (diff) | |
download | perl-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-x | Configure | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |