Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/netbsd-1-4]: src/bin/sh Pull up revision 1.15 (requested by he):



details:   https://anonhg.NetBSD.org/src/rev/d7bffb22bfd4
branches:  netbsd-1-4
changeset: 470644:d7bffb22bfd4
user:      he <he%NetBSD.org@localhost>
date:      Sat Jun 03 14:28:12 2000 +0000

description:
Pull up revision 1.15 (requested by he):
  Enable test as a shell builtin.  Fixes PR#9847.

diffstat:

 bin/sh/builtins.def |  5 +++--
 1 files changed, 3 insertions(+), 2 deletions(-)

diffs (24 lines):

diff -r b12221eec6b6 -r d7bffb22bfd4 bin/sh/builtins.def
--- a/bin/sh/builtins.def       Sat Jun 03 14:27:37 2000 +0000
+++ b/bin/sh/builtins.def       Sat Jun 03 14:28:12 2000 +0000
@@ -1,5 +1,5 @@
 #!/bin/sh -
-#      $NetBSD: builtins.def,v 1.14 1997/03/14 01:42:18 christos Exp $
+#      $NetBSD: builtins.def,v 1.14.4.1 2000/06/03 14:28:12 he Exp $
 #
 # Copyright (c) 1991, 1993
 #      The Regents of the University of California.  All rights reserved.
@@ -62,7 +62,7 @@
 exitcmd                exit
 expcmd         exp let
 exportcmd      export readonly
-#exprcmd       expr test [
+#exprcmd               expr
 falsecmd       false
 histcmd -h     fc
 fgcmd -j       fg
@@ -90,3 +90,4 @@
 #foocmd                foo
 aliascmd       alias
 ulimitcmd      ulimit
+testcmd                test [



Home | Main Index | Thread Index | Old Index