Source-Changes-HG archive

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

[src/trunk]: src/bin/sh name the long option after the ksh name (trackall) to...



details:   https://anonhg.NetBSD.org/src/rev/9eeab66916fc
branches:  trunk
changeset: 343730:9eeab66916fc
user:      christos <christos%NetBSD.org@localhost>
date:      Tue Feb 23 18:30:16 2016 +0000

description:
name the long option after the ksh name (trackall) to indicate the intended
posix behavior not the bash one.

diffstat:

 bin/sh/options.h |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r bca3269980dd -r 9eeab66916fc bin/sh/options.h
--- a/bin/sh/options.h  Tue Feb 23 18:03:31 2016 +0000
+++ b/bin/sh/options.h  Tue Feb 23 18:30:16 2016 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: options.h,v 1.23 2016/02/23 16:22:43 christos Exp $    */
+/*     $NetBSD: options.h,v 1.24 2016/02/23 18:30:16 christos Exp $    */
 
 /*-
  * Copyright (c) 1991, 1993
@@ -103,7 +103,7 @@
 #define        usefork optlist[19].val
 DEF_OPT( "nopriv",     'p' )   /* preserve privs even if set{u,g}id */
 #define        pflag optlist[20].val
-DEF_OPT( "hashall",    'h' )   /* [U] locate cmds in funcs when defined */
+DEF_OPT( "trackall",   'h' )   /* [U] locate cmds in funcs when defined */
 #define        hflag optlist[21].val
 #ifdef DEBUG
 DEF_OPT( "debug",      0 )     /* enable debug prints */



Home | Main Index | Thread Index | Old Index