From 6b787b91fc0797ed15597e469b619422097a60bb Mon Sep 17 00:00:00 2001 From: Pav Lucistnik Date: Tue, 22 Jun 2004 08:24:19 +0000 Subject: Add v7sh, the original Steve R. Bourne shell from the 7th edition Unix including System III, 4.3BSD-Reno, Ultrix 3.1 and `home made'' fixes and enhancements PR: ports/68127 Submitted by: Cyrille Lefevre --- shells/v7sh/files/patch-sym.h | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 shells/v7sh/files/patch-sym.h (limited to 'shells/v7sh/files/patch-sym.h') diff --git a/shells/v7sh/files/patch-sym.h b/shells/v7sh/files/patch-sym.h new file mode 100644 index 000000000000..5df426022ffb --- /dev/null +++ b/shells/v7sh/files/patch-sym.h @@ -0,0 +1,14 @@ +diff -u -x CVS -x work -x core -x *.core -x #* -x *~ -x *.orig -x *.rej -I $Id.*$ -I $.+BSD.*$ sym.h.orig sym.h +--- sym.h.orig Fri Jun 4 02:51:02 2004 ++++ sym.h Sat Jun 19 18:42:25 2004 +@@ -1,6 +1,10 @@ + # + /* + * UNIX shell ++ * ++ * S. R. Bourne ++ * Bell Telephone Laboratories ++ * + */ + + -- cgit v1.2.3