aboutsummaryrefslogtreecommitdiff
path: root/unix/hlib/irafuser.sh
diff options
context:
space:
mode:
authorJoe Hunkeler <jhunkeler@gmail.com>2015-08-11 22:28:22 -0400
committerJoe Hunkeler <jhunkeler@gmail.com>2015-08-11 22:28:22 -0400
commitc1382370f8c485a4864d241c04ddfeeae28c5be8 (patch)
tree077a81d73c7147f8687abf4acdd5c95781f3340f /unix/hlib/irafuser.sh
parent40e5a5811c6ffce9b0974e93cdd927cbcf60c157 (diff)
downloadiraf-osx-master.tar.gz
Even more FAKEHOMEHEADmaster
Diffstat (limited to 'unix/hlib/irafuser.sh')
-rwxr-xr-xunix/hlib/irafuser.sh8
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.