diff setup.sh @ 1:0bded24f746e

Compiles, still untested.
author David Barts <n5jrn@me.com>
date Thu, 16 Jul 2020 21:51:08 -0700
parents e0efe7848130
children e90d290a9a8d
line wrap: on
line diff
--- a/setup.sh	Thu Jul 16 19:57:23 2020 -0700
+++ b/setup.sh	Thu Jul 16 21:51:08 2020 -0700
@@ -1,7 +1,7 @@
 #!/bin/bash
 
 export JRE_HOME="$(/usr/libexec/java_home)"
-export KOTLIN_HOME="/usr/local/Cellar/kotlin/1.3.71/libexec"
+export KOTLIN_HOME="$HOME/kotlin/1.3.72"
 export EXIV2_HOME="$HOME/temp/exiv2/exiv2-0.27.2-Source"
 export OSDEP_HOME="../Osdep"