You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@ignite.apache.org by "Sergey Kozlov (JIRA)" <ji...@apache.org> on 2015/04/08 18:33:16 UTC

[jira] [Created] (IGNITE-704) Windows shell scripts doesn't process NO_PAUSE environment variable

Sergey Kozlov created IGNITE-704:
------------------------------------

             Summary: Windows shell scripts doesn't process NO_PAUSE environment variable
                 Key: IGNITE-704
                 URL: https://issues.apache.org/jira/browse/IGNITE-704
             Project: Ignite
          Issue Type: Bug
          Components: general
    Affects Versions: sprint-3
            Reporter: Sergey Kozlov
            Assignee: Semen Boikov
            Priority: Minor
             Fix For: sprint-3


bin\ignite.bat
bin\ignitevisorcmd.bat

Both scripts above has following code:
{noformat}
if not "%NO_PAUSE%" == "1" pause
{noformat}

But really set  NO_PAUSE=0 has no affect to script. It seems the variable redefined somewhere in script



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)