comparison setup.sh @ 0:e0efe7848130

Initial commit. Untested!
author David Barts <davidb@stashtea.com>
date Thu, 16 Jul 2020 19:57:23 -0700
parents
children 0bded24f746e
comparison
equal deleted inserted replaced
-1:000000000000 0:e0efe7848130
1 #!/bin/bash
2
3 export JRE_HOME="$(/usr/libexec/java_home)"
4 export KOTLIN_HOME="/usr/local/Cellar/kotlin/1.3.71/libexec"
5 export EXIV2_HOME="$HOME/temp/exiv2/exiv2-0.27.2-Source"
6 export OSDEP_HOME="../Osdep"
7
8 export ANT_HOME="$HOME/java/apache-ant-1.10.1"
9 if [[ "$PATH" != *$ANT_HOME/bin* ]]
10 then
11 export PATH="$ANT_HOME/bin:$PATH"
12 fi