aboutsummaryrefslogtreecommitdiff
path: root/util/mkup
diff options
context:
space:
mode:
Diffstat (limited to 'util/mkup')
-rwxr-xr-xutil/mkup4
1 files changed, 2 insertions, 2 deletions
diff --git a/util/mkup b/util/mkup
index ed4499f5..9867caad 100755
--- a/util/mkup
+++ b/util/mkup
@@ -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