diff setup.sh @ 47:19d9da731c43

Recoded; cleaned up root namespace, removed race conditions.
author David Barts <n5jrn@me.com>
date Sun, 12 Apr 2020 14:31:06 -0700
parents be282c48010a
children e8d2a7e6f6c7
line wrap: on
line diff
--- a/setup.sh	Mon Feb 10 16:40:09 2020 -0700
+++ b/setup.sh	Sun Apr 12 14:31:06 2020 -0700
@@ -1,7 +1,7 @@
 #!/bin/bash
 
 export JRE_HOME="$(/usr/libexec/java_home)"
-export KOTLIN_HOME="/usr/local/Cellar/kotlin/1.3.61"
+export KOTLIN_HOME="/usr/local/Cellar/kotlin/1.3.71"
 
 export ANT_HOME="$HOME/java/apache-ant-1.10.1"
 if [[ "$PATH" != *$ANT_HOME/bin* ]]