From 0d2847460f84452c4a7676a9ebe638be81b3324f Mon Sep 17 00:00:00 2001 From: Joseph Hunkeler Date: Wed, 8 Jul 2015 22:48:30 -0400 Subject: fakehome galore --- install | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'install') diff --git a/install b/install index 815143f8..09fa0188 100755 --- a/install +++ b/install @@ -98,6 +98,7 @@ p_cache="" # cache directory o_iraf="" # old iraf root directory o_imdir="" # old image directory o_cache="" # old cache directory +o_fakehome="" # old fakehome directory? @@ -202,7 +203,8 @@ while [ -n "$1" ] ; do ;; "-f"|"-fakehome"|"--fakehome") # set the non-home directory - o_fakehome=$2; shift + o_fakehome=$2; shift + export FAKEHOME=$o_fakehome ;; "-C"|"-oldcache"|"--oldcache") # set old cache directory o_cache=$2 ; shift -- cgit