diff options
author | markd <markd> | 2008-06-23 21:09:43 +0000 |
---|---|---|
committer | markd <markd> | 2008-06-23 21:09:43 +0000 |
commit | 89b1e6bdd24e0316740f164291e7097917e5580b (patch) | |
tree | 0f0e7d5b7a2b43d6319d6bb8170978611fe51323 /shells/tcsh/Makefile | |
parent | 01674a0310d9c9b15de2510cb3fdf02e64b7d16b (diff) | |
download | pkgsrc-89b1e6bdd24e0316740f164291e7097917e5580b.tar.gz |
patch from christos to stop tcsh seg faulting when given the line
/bin/echo "`"
or similar.
Diffstat (limited to 'shells/tcsh/Makefile')
-rw-r--r-- | shells/tcsh/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/shells/tcsh/Makefile b/shells/tcsh/Makefile index eca5382ede1..24f376a8e56 100644 --- a/shells/tcsh/Makefile +++ b/shells/tcsh/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.63 2008/03/11 11:57:46 obache Exp $ +# $NetBSD: Makefile,v 1.64 2008/06/23 21:09:43 markd Exp $ # DISTNAME= tcsh-6.15.00 -PKGREVISION= 1 +PKGREVISION= 2 CATEGORIES= shells MASTER_SITES= ftp://ftp.astron.com/pub/tcsh/ \ ftp://ftp.gw.com/pub/unix/tcsh/ \ |