DragonFly commits List (threaded) for 2009-02
DragonFly BSD
DragonFly commits List (threaded) for 2009-02
[Date Prev][Date Next]  [Thread Prev][Thread Next]  [Date Index][Thread Index]

DragonFly-2.1.1.508.g3efac master bin/sh var.c


From: Simon Schubert <corecode@xxxxxxxxxxxxxxxxxxxxxxx>
Date: Thu, 5 Feb 2009 02:08:00 -0800 (PST)

commit 3efac031e58ccfe488cfb1668185468aa929b10f
Author: Simon Schubert <corecode@dragonflybsd.org>
Date:   Thu Feb 5 10:34:50 2009 +0100

    sh: export the default PATH instead of keeping it private
    
    sh specifies a default setting for PATH if none is set in the
    environment, but up to now it didn't export this setting.  This leads to
    strange effects, like sh being able to execute binaries in /usr/sbin,
    but which(1) not being able to find them.  Export PATH to create more
    symmetry and harmony.

Summary of changes:
 bin/sh/var.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/3efac031e58ccfe488cfb1668185468aa929b10f


-- 
DragonFly BSD source repository



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