Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 18 Sep 1995 21:45:34 -0700 (PDT)
From:      "Rodney W. Grimes" <rgrimes@GndRsh.aac.dev.com>
To:        nate@rocky.sri.MT.net (Nate Williams)
Cc:        nate@freefall.freebsd.org, CVS-commiters@freefall.freebsd.org, cvs-etc@freefall.freebsd.org
Subject:   Re: cvs commit: src/etc/root dot.cshrc
Message-ID:  <199509190445.VAA05196@GndRsh.aac.dev.com>
In-Reply-To: <199509190039.SAA23823@rocky.sri.MT.net> from "Nate Williams" at Sep 18, 95 06:39:15 pm

next in thread | previous in thread | raw e-mail | index | archive | help
> 
> > >   Fix the cdpath to find utilities in the gnu src tree.
> > 
> > Thanks.. and can we have that uncommented???  
> > 
> 
> Nope, because 'csh' blows chunks in the cdpath when the directories
> don't exist, and IF the sources aren't installed the directories won't
> exist.

Excuse me???

SkyRsh# set cdpath=(/arg /foo /bar /zap /what)
SkyRsh# ls /
.cshrc          bin             kernel          proc            tmp3
.profile        c               kernel.GENERIC  root            usr
COPYRIGHT       cdrom           kernel.last     sbin            var
Yikes           dev             kernel.old      sys
a               etc             lkm             tmp
b               home            mnt             tmp2
SkyRsh# 
SkyRsh# cd apple
foo: No such file or directory.
SkyRsh# mkdir -p /foo/apple
SkyRsh# cd apple
/foo/apple 
SkyRsh# 


Now, what is this about ``blows chunks????''.


-- 
Rod Grimes                                      rgrimes@gndrsh.aac.dev.com
Accurate Automation Company                 Reliable computers for FreeBSD



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199509190445.VAA05196>