Source-Changes-HG archive

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

[src/trunk]: src/bin/ksh default to "$HOME/.kshrc" if ENV is not set



details:   https://anonhg.NetBSD.org/src/rev/37c4f70de6c2
branches:  trunk
changeset: 539227:37c4f70de6c2
user:      jdolecek <jdolecek%NetBSD.org@localhost>
date:      Mon Nov 11 19:03:57 2002 +0000

description:
default to "$HOME/.kshrc" if ENV is not set

diffstat:

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

diffs (18 lines):

diff -r 920980860120 -r 37c4f70de6c2 bin/ksh/config.h
--- a/bin/ksh/config.h  Mon Nov 11 18:35:27 2002 +0000
+++ b/bin/ksh/config.h  Mon Nov 11 19:03:57 2002 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: config.h,v 1.5 2001/02/04 19:25:43 christos Exp $      */
+/*     $NetBSD: config.h,v 1.6 2002/11/11 19:03:57 jdolecek Exp $      */
 
 /* config.h.  Generated automatically by configure.  */
 /* config.h.in.  Generated automatically from configure.in by autoheader.  */
@@ -223,7 +223,7 @@
 #define POSIXLY_CORRECT 1
 
 /* Specify default $ENV? (see comments in configure.in for more details) */
-/* #undef DEFAULT_ENV */
+#define DEFAULT_ENV    "$HOME/.kshrc"
 
 /* Include shl(1) support? (see comments in configure.in for more details) */
 /* #undef SWTCH */



Home | Main Index | Thread Index | Old Index