You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@storm.apache.org by "caofangkun (JIRA)" <ji...@apache.org> on 2015/07/27 11:45:04 UTC

[jira] [Created] (STORM-962) travis user's $SHELL env is /bin/sh but should be /bin/bash

caofangkun created STORM-962:
--------------------------------

             Summary: travis user's $SHELL env  is /bin/sh but should be /bin/bash
                 Key: STORM-962
                 URL: https://issues.apache.org/jira/browse/STORM-962
             Project: Apache Storm
          Issue Type: Bug
            Reporter: caofangkun
            Priority: Trivial


https://travis-ci.org/apache/storm/jobs/72794573#L405

{code}
[INFO] /bin/sh: 14: /home/travis/.jdk_switcher_rc: [[: not found
[INFO] /bin/sh: 22: /home/travis/.jdk_switcher_rc: [[: not found
[INFO] /bin/sh: 32: /home/travis/.jdk_switcher_rc: [[: not found
[INFO] /bin/sh: 42: /home/travis/.jdk_switcher_rc: [[: not found
[INFO] /bin/sh: 3: /etc/profile.d/rvm.sh: [[: not found
[INFO] checking for gcc... gcc
{code}

change $SHELL :
{code}
chsh -s /bin/bash
{code}



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