aboutsummaryrefslogtreecommitdiff
path: root/util/check_update
diff options
context:
space:
mode:
Diffstat (limited to 'util/check_update')
-rwxr-xr-xutil/check_update4
1 files changed, 2 insertions, 2 deletions
diff --git a/util/check_update b/util/check_update
index b1973b8c..e42941a6 100755
--- a/util/check_update
+++ b/util/check_update
@@ -6,8 +6,8 @@
# 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