source: trunk/packs/dotfiles/env_remove @ 12451

Revision 12451, 379 bytes checked in by ghudson, 26 years ago (diff)
Normalize RCS IDs somewhat.
RevLine 
[2054]1# Prototype file sourced by "remove" alias
[12451]2# $Id: env_remove,v 1.5 1999-02-04 17:48:58 ghudson Exp $
[1434]3
[2340]4if ($?setup_dir  && $?setup_filsys) then
5        if (-r $setup_dir/.detachrc) source $setup_dir/.detachrc
[6038]6        cd /                    # get out of locker
[2340]7        /bin/athena/detach $setup_filsys
8        kill -HUP $$            # cause shell to exit
[2054]9endif
[1434]10
[2340]11echo "Remove only works from the same shell in which you typed setup."
Note: See TracBrowser for help on using the repository browser.