You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@flink.apache.org by "Kousuke Saruta (JIRA)" <ji...@apache.org> on 2014/11/05 11:16:33 UTC

[jira] [Created] (FLINK-1212) Interpreter directive in shell scripts should be "/usr/bin/env bash" instead of "/bin/bash"

Kousuke Saruta created FLINK-1212:
-------------------------------------

             Summary: Interpreter directive in shell scripts should be "/usr/bin/env bash" instead of "/bin/bash"
                 Key: FLINK-1212
                 URL: https://issues.apache.org/jira/browse/FLINK-1212
             Project: Flink
          Issue Type: Bug
    Affects Versions: 0.8-incubating
            Reporter: Kousuke Saruta


There are some scripts which interpreter directive are "#!/bin/bash". We should use "#!/usr/bin/env bash" instead.



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