[2922] in testers

home help back first fref pref prev next nref lref last post

global cshrc change suggestion

daemon@ATHENA.MIT.EDU (Marc Horowitz)
Thu Jun 13 14:16:36 1996

To: testers@MIT.EDU
Date: Thu, 13 Jun 1996 14:16:22 EDT
From: Marc Horowitz <marc@MIT.EDU>

Is there a good reason not to change

        if ((! $?NOCALLS) && (-r ~/.path)) then
                source ~/.path                          # User-specified path
        else
                set path=($HOME/$bindir $athena_path .) # Standard Athena path
        endif

in the global cshrc to be

        set path=($HOME/$bindir $athena_path .) # Standard Athena path
        if ((! $?NOCALLS) && (-r ~/.path)) then
                source ~/.path                          # User-specified path
        endif

That way, the .path file can either work like it has been, making the
path from $athena_path and other stuff, or it can mutate $path
directly.  I believe this will be backward-compatible.

		Marc


home help back first fref pref prev next nref lref last post