aboutsummaryrefslogtreecommitdiff
path: root/util/iraf_update
diff options
context:
space:
mode:
Diffstat (limited to 'util/iraf_update')
-rwxr-xr-xutil/iraf_update4
1 files changed, 2 insertions, 2 deletions
diff --git a/util/iraf_update b/util/iraf_update
index fb0f1a3f..81cde518 100755
--- a/util/iraf_update
+++ b/util/iraf_update
@@ -65,8 +65,8 @@ fi
# 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