diff options
author | Joseph Hunkeler <jhunkeler@gmail.com> | 2015-07-08 22:48:30 -0400 |
---|---|---|
committer | Joseph Hunkeler <jhunkeler@gmail.com> | 2015-07-08 22:48:30 -0400 |
commit | 0d2847460f84452c4a7676a9ebe638be81b3324f (patch) | |
tree | c3fddcf8af0345c4b006c0f92bacc98360fa5eee /install | |
parent | 1c5da1d8c1f89dd2b6a615b3fc448bde0ca90ed2 (diff) | |
download | iraf-linux-0d2847460f84452c4a7676a9ebe638be81b3324f.tar.gz |
fakehome galore
Diffstat (limited to 'install')
-rwxr-xr-x | install | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -98,6 +98,7 @@ p_cache="" # <param> 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 |