diff options
author | hubertf <hubertf@pkgsrc.org> | 1998-08-12 02:36:47 +0000 |
---|---|---|
committer | hubertf <hubertf@pkgsrc.org> | 1998-08-12 02:36:47 +0000 |
commit | 995b53b0b7d58c5c91069b4af21fc4ddc3d99933 (patch) | |
tree | 430795c467faa32cd10d960cdb7905e77bb7810c /lang/perl5/patches | |
parent | e7a3e4a1b49e721282075f6e09db6b1851804d33 (diff) | |
download | pkgsrc-995b53b0b7d58c5c91069b4af21fc4ddc3d99933.tar.gz |
Comment things out with "#", not ":".
(fixes PR 5953 by jbernard@ox.mines.edu)
Diffstat (limited to 'lang/perl5/patches')
-rw-r--r-- | lang/perl5/patches/patch-aa | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/lang/perl5/patches/patch-aa b/lang/perl5/patches/patch-aa index f92a226d587..1ce02c9b40a 100644 --- a/lang/perl5/patches/patch-aa +++ b/lang/perl5/patches/patch-aa @@ -1,4 +1,4 @@ -$NetBSD: patch-aa,v 1.6 1998/08/07 11:39:04 agc Exp $ +$NetBSD: patch-aa,v 1.7 1998/08/12 02:36:47 hubertf Exp $ --- Configure.orig Fri Oct 3 18:57:39 1997 +++ Configure Fri Aug 7 12:31:44 1998 @@ -19,10 +19,10 @@ $NetBSD: patch-aa,v 1.6 1998/08/07 11:39:04 agc Exp $ - echo "Say 'sh $me', not 'sh <$me'" - exit 1 -fi -+: if test ! -t 0; then -+: echo "Say 'sh $me', not 'sh <$me'" -+: exit 1 -+: fi ++# if test ! -t 0; then ++# echo "Say 'sh $me', not 'sh <$me'" ++# exit 1 ++# fi : Test and see if we are running under ksh, either blatantly or in disguise. if (PATH=.; alias -x) >/dev/null 2>&1; then |