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