aboutsummaryrefslogtreecommitdiff
path: root/util/pkgupdate
diff options
context:
space:
mode:
authorJoe Hunkeler <jhunk@lecter.stsci.edu>2015-08-11 16:08:25 -0400
committerJoe Hunkeler <jhunkeler@gmail.com>2015-08-11 16:11:16 -0400
commit912a5d7aa5f839d3a266cd575fd9165e7d390cde (patch)
tree97401c2172490647cada420bc877c1deb1ff5dd4 /util/pkgupdate
parentec0ce88c6a0c038346b51865ade855b86ac9a58e (diff)
downloadiraf-linux-master.tar.gz
Add more FAKEHOME fixesHEADmaster
Diffstat (limited to 'util/pkgupdate')
-rwxr-xr-xutil/pkgupdate4
1 files changed, 2 insertions, 2 deletions
diff --git a/util/pkgupdate b/util/pkgupdate
index ea73ec1b..abf079dd 100755
--- a/util/pkgupdate
+++ b/util/pkgupdate
@@ -35,8 +35,8 @@ irafdir=${bindir%/*}
# Initialize the $iraf and environment.
if [ -z "$iraf" ]; then
- if [ -e "$HOME/.iraf/setup.sh" ]; then
- source $HOME/.iraf/setup.sh
+ if [ -e "$FAKEHOME/setup.sh" ]; then
+ source $FAKEHOME/setup.sh
else
source ../unix/hlib/setup.sh
fi