diff options
Diffstat (limited to 'util/iraf_update')
-rwxr-xr-x | util/iraf_update | 4 |
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 |