aboutsummaryrefslogtreecommitdiff
path: root/util/mkupx
diff options
context:
space:
mode:
Diffstat (limited to 'util/mkupx')
-rwxr-xr-xutil/mkupx4
1 files changed, 2 insertions, 2 deletions
diff --git a/util/mkupx b/util/mkupx
index 126c3e8d..71cace76 100755
--- a/util/mkupx
+++ b/util/mkupx
@@ -3,8 +3,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