diff options
author | Joe Hunkeler <jhunkeler@gmail.com> | 2015-08-11 22:28:22 -0400 |
---|---|---|
committer | Joe Hunkeler <jhunkeler@gmail.com> | 2015-08-11 22:28:22 -0400 |
commit | c1382370f8c485a4864d241c04ddfeeae28c5be8 (patch) | |
tree | 077a81d73c7147f8687abf4acdd5c95781f3340f /unix/hlib/irafuser.sh | |
parent | 40e5a5811c6ffce9b0974e93cdd927cbcf60c157 (diff) | |
download | iraf-osx-master.tar.gz |
Diffstat (limited to 'unix/hlib/irafuser.sh')
-rwxr-xr-x | unix/hlib/irafuser.sh | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/unix/hlib/irafuser.sh b/unix/hlib/irafuser.sh index a4d036cc..54138fb9 100755 --- a/unix/hlib/irafuser.sh +++ b/unix/hlib/irafuser.sh @@ -127,10 +127,10 @@ esac # install as root. # FAKEHOME=$iraf/fakehome -export HSI_CF="-I${FAKEHOME}/.iraf/ $HSI_CF" -export HSI_FF="-I${FAKEHOME}/.iraf/ $HSI_FF" -export HSI_LF="-I${FAKEHOME}/.iraf/ $HSI_LF" -export HSI_XF="-I${FAKEHOME}/.iraf/ $HSI_XF" +export HSI_CF="-I${FAKEHOME}/ $HSI_CF" +export HSI_FF="-I${FAKEHOME}/ $HSI_FF" +export HSI_LF="-I${FAKEHOME}/ $HSI_LF" +export HSI_XF="-I${FAKEHOME}/ $HSI_XF" unset FAKEHOME # The following determines whether or not the VOS is used for filename mapping. |