Skip to content

Commit 162cc54

Browse files
author
Yasuharu Nakano
committed
Remove a debug message
1 parent 02b6130 commit 162cc54

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

jvm

-3
Original file line numberDiff line numberDiff line change
@@ -129,7 +129,6 @@ case $CMD in
129129

130130
# Check existance
131131
if [ -d $JAVA_HOME_BASE/current ]; then
132-
echo "Exists!"
133132
# Check permission
134133
if [ ! -w $JAVA_HOME_BASE/current ]; then
135134
echo "Permission denied to change '$JAVA_HOME_BASE/current'"
@@ -146,8 +145,6 @@ case $CMD in
146145

147146
# Delete and create new symbolic link
148147
rm $JAVA_HOME_BASE/current
149-
else
150-
echo "Not exists!"
151148
fi
152149
ln -s $SPECIFIED_JDK_DIR $JAVA_HOME_BASE/current
153150
echo "Default java version set to $VERSION"

0 commit comments

Comments
 (0)