From 912a5d7aa5f839d3a266cd575fd9165e7d390cde Mon Sep 17 00:00:00 2001 From: Joe Hunkeler Date: Tue, 11 Aug 2015 16:08:25 -0400 Subject: Add more FAKEHOME fixes --- util/check_update | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'util/check_update') 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 -- cgit