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