Mercurial > cgi-bin > hgweb.cgi > ClipMan
view setup.sh @ 43:339e2da5bf83
Simplified the settings. Compiles, not tested.
author | David Barts <n5jrn@me.com> |
---|---|
date | Sun, 09 Feb 2020 19:23:16 -0700 |
parents | be282c48010a |
children | 19d9da731c43 |
line wrap: on
line source
#!/bin/bash export JRE_HOME="$(/usr/libexec/java_home)" export KOTLIN_HOME="/usr/local/Cellar/kotlin/1.3.61" export ANT_HOME="$HOME/java/apache-ant-1.10.1" if [[ "$PATH" != *$ANT_HOME/bin* ]] then export PATH="$ANT_HOME/bin:$PATH" fi