This is an automated email from the ASF dual-hosted git repository.

av pushed a commit to branch ignite-ducktape
in repository https://gitbox.apache.org/repos/asf/ignite.git


The following commit(s) were added to refs/heads/ignite-ducktape by this push:
     new b70d2dd  JVM_OPTS fixed
b70d2dd is described below

commit b70d2ddc61156e748a879f2ddd207e00d2dbe868
Author: Anton Vinogradov <a...@apache.org>
AuthorDate: Tue Oct 20 12:47:03 2020 +0300

    JVM_OPTS fixed
---
 bin/control.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/bin/control.sh b/bin/control.sh
index c3966d3..b065a3d 100755
--- a/bin/control.sh
+++ b/bin/control.sh
@@ -174,7 +174,7 @@ elif [ $version -ge 11 ] ; then
         ${CONTROL_JVM_OPTS}"
 fi
 
-if [ -n "${JVM_OPTS}" ] ; then
+if [ -n "${JVM_OPTS:-}" ] ; then
   echo "JVM_OPTS environment variable is set, but will not be used. To pass 
JVM options use CONTROL_JVM_OPTS"
   echo "JVM_OPTS=${JVM_OPTS}"
 fi

Reply via email to