diff options
author | Joseph Hunkeler <jhunkeler@gmail.com> | 2015-03-05 12:53:09 -0500 |
---|---|---|
committer | Joseph Hunkeler <jhunkeler@gmail.com> | 2015-03-05 12:53:09 -0500 |
commit | 832b4b34ff8ce84a13751883c0822c16c152fe48 (patch) | |
tree | edb4d7050c37ade55bc543de80e76e58c4486908 /scripts/cfsetup.sh.in | |
parent | 8f848043369b49e861942ce132181fed2c53c2d3 (diff) | |
download | calfuse-832b4b34ff8ce84a13751883c0822c16c152fe48.tar.gz |
Massive rework
Diffstat (limited to 'scripts/cfsetup.sh.in')
-rw-r--r-- | scripts/cfsetup.sh.in | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/scripts/cfsetup.sh.in b/scripts/cfsetup.sh.in new file mode 100644 index 0000000..bdc85d4 --- /dev/null +++ b/scripts/cfsetup.sh.in @@ -0,0 +1,10 @@ +# To execute, type "source cfsetup.sh" +# +CF_DIR="@PREFIX@" +CF_VERSION="@VERSION@" +export PATH="${CF_DIR}/bin:${PATH}" +export CF_CALDIR="${CF_DIR}/calfiles" +export CF_PARMDIR="${CF_DIR}/parmfiles" +export CF_IDLDIR="${CF_DIR}/idl" +export CF_HISTDIR=`pwd` + |