4.4BSD snapshot (revision 8.1)
authorKeith Bostic <bostic@ucbvax.Berkeley.EDU>
Tue, 1 Jun 1993 06:22:33 +0000 (22:22 -0800)
committerKeith Bostic <bostic@ucbvax.Berkeley.EDU>
Tue, 1 Jun 1993 06:22:33 +0000 (22:22 -0800)
SCCS-vsn: bin/sh/Makefile 8.1
SCCS-vsn: bin/sh/TOUR 8.1

usr/src/bin/sh/Makefile
usr/src/bin/sh/TOUR

index 64d8be2..d61a05d 100644 (file)
@@ -1,4 +1,4 @@
-#      @(#)Makefile    5.4 (Berkeley) %G%
+#      @(#)Makefile    8.1 (Berkeley) %G%
 
 PROG=  sh
 SRCS=  alias.c builtins.c cd.c echo.c error.c eval.c exec.c expand.c \
 
 PROG=  sh
 SRCS=  alias.c builtins.c cd.c echo.c error.c eval.c exec.c expand.c \
index 4477629..d1010f2 100644 (file)
@@ -1,4 +1,4 @@
-#      @(#)TOUR        5.2 (Berkeley) %G%
+#      @(#)TOUR        8.1 (Berkeley) %G%
 
 NOTE -- This is the original TOUR paper distributed with ash and
 does not represent the current state of the shell.  It is provided anyway
 
 NOTE -- This is the original TOUR paper distributed with ash and
 does not represent the current state of the shell.  It is provided anyway