Source-Changes-HG archive

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

[src/trunk]: src/etc/root fix incomplete gnu/ deletion - PR misc/55444 by Jim...



details:   https://anonhg.NetBSD.org/src/rev/1bfc63d30d2b
branches:  trunk
changeset: 935408:1bfc63d30d2b
user:      jdolecek <jdolecek%NetBSD.org@localhost>
date:      Thu Jul 02 11:08:55 2020 +0000

description:
fix incomplete gnu/ deletion - PR misc/55444 by Jim Bernard

diffstat:

 etc/root/dot.cshrc |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r 67e25df23142 -r 1bfc63d30d2b etc/root/dot.cshrc
--- a/etc/root/dot.cshrc        Thu Jul 02 10:36:58 2020 +0000
+++ b/etc/root/dot.cshrc        Thu Jul 02 11:08:55 2020 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: dot.cshrc,v 1.28 2019/12/04 08:21:50 mrg Exp $
+#      $NetBSD: dot.cshrc,v 1.29 2020/07/02 11:08:55 jdolecek Exp $
 
 alias  h       history
 alias  j       jobs -l
@@ -28,7 +28,7 @@
 set path=(/sbin /usr/sbin /bin /usr/bin /usr/pkg/sbin /usr/pkg/bin /usr/X11R7/bin /usr/local/sbin /usr/local/bin)
 
 # directory stuff: cdpath/cd/back
-set cdpath=(/usr/src/{sys,bin,sbin,usr.{bin,sbin},lib,libexec,share,local,games,libexec,lib,games}})
+set cdpath=(/usr/src/{sys,bin,sbin,usr.{bin,sbin},lib,libexec,share,local,games})
 
 if ($?prompt && -x /usr/bin/id ) then
        if (`/usr/bin/id -u` == 0) then



Home | Main Index | Thread Index | Old Index