diff options
author | Joe Hunkeler <jhunk@lecter.stsci.edu> | 2015-08-11 16:08:25 -0400 |
---|---|---|
committer | Joe Hunkeler <jhunkeler@gmail.com> | 2015-08-11 16:11:16 -0400 |
commit | 912a5d7aa5f839d3a266cd575fd9165e7d390cde (patch) | |
tree | 97401c2172490647cada420bc877c1deb1ff5dd4 /unix/hlib/setup.csh | |
parent | ec0ce88c6a0c038346b51865ade855b86ac9a58e (diff) | |
download | iraf-linux-912a5d7aa5f839d3a266cd575fd9165e7d390cde.tar.gz |
Diffstat (limited to 'unix/hlib/setup.csh')
-rwxr-xr-x | unix/hlib/setup.csh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/unix/hlib/setup.csh b/unix/hlib/setup.csh index b51a1950..6a826c75 100755 --- a/unix/hlib/setup.csh +++ b/unix/hlib/setup.csh @@ -11,7 +11,7 @@ if ( ! ( $?IRAFARCH )) then endif source $iraf/unix/hlib/irafuser.csh -set path = ($HOME/.iraf/bin $path) +set path = ($FAKEHOME/bin $path) set cdpath = ($iraf $iraf/pkg $iraf/noao $iraf/sys $iraf/unix $iraf/unix/boot) # The world'd most obvious alias .... |