summaryrefslogtreecommitdiff
path: root/bootstrap.sh
diff options
context:
space:
mode:
authortwogee <g.grigelionis@gmail.com>2017-12-19 17:32:34 +0100
committertwogee <g.grigelionis@gmail.com>2017-12-19 17:32:34 +0100
commitb4b82c4588ef195fccd4bca2fc5d032c867bfc10 (patch)
tree2c160fe5546ea13c99894c871c55694094a26003 /bootstrap.sh
parenta79d27597a0f1fa949048ed3ce3372bb9a328412 (diff)
downloadant-b4b82c4588ef195fccd4bca2fc5d032c867bfc10.tar.gz
whitespace adjustment in scripts
Diffstat (limited to 'bootstrap.sh')
-rwxr-xr-xbootstrap.sh11
1 files changed, 6 insertions, 5 deletions
diff --git a/bootstrap.sh b/bootstrap.sh
index c58fbb338..35f1fb87a 100755
--- a/bootstrap.sh
+++ b/bootstrap.sh
@@ -16,11 +16,12 @@
# limitations under the License.
# OS specific support. $var _must_ be set to either true or false.
-cygwin=false;
-darwin=false;
+cygwin=false
+darwin=false
case "`uname`" in
CYGWIN*)
- cygwin=true ;;
+ cygwin=true
+ ;;
Darwin*)
darwin=true
if [ -z "$JAVA_HOME" ]; then
@@ -60,7 +61,7 @@ fi
# JAVA_HOME/jre/sh for java and rmid
# JAVA_HOME/sh for javac and rmic
if [ -z "$JAVAC" ]; then
- if [ -n "$JAVA_HOME" ]; then
+ if [ -n "$JAVA_HOME" ]; then
if [ -x "$JAVA_HOME/sh/javac" ]; then
JAVAC=${JAVA_HOME}/sh/javac;
else
@@ -71,7 +72,7 @@ if [ -z "$JAVAC" ]; then
fi
fi
if [ -z "$JAVACMD" ]; then
- if [ -n "$JAVA_HOME" ]; then
+ if [ -n "$JAVA_HOME" ]; then
if [ -x "$JAVA_HOME/jre/sh/java" ]; then
JAVACMD=$JAVA_HOME/jre/sh/java
else