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

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

     [ https://issues.apache.org/jira/browse/STORM-962?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Rick Kellogg updated STORM-962:
-------------------------------
    Component/s: storm-core

> 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
>          Components: storm-core
>            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)