[
https://issues.apache.org/jira/browse/FLINK-1212?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14198090#comment-14198090
]
ASF GitHub Bot commented on FLINK-1212:
---------------------------------------
GitHub user sarutak opened a pull request:
https://github.com/apache/incubator-flink/pull/180
[FLINK-1212] Interpreter directive in shell scripts should be "/usr/bin/env
bash" instead of "/bin/bash"
There are some scripts which interpreter directive are "#!/bin/bash". We
should use "#!/usr/bin/env bash" instead.
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/sarutak/incubator-flink
sh-directive-modification
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/incubator-flink/pull/180.patch
To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #180
----
commit 5a80b025f85bf3e9a71a50fe94eaa14a77a1b92a
Author: Kousuke Saruta <[email protected]>
Date: 2014-11-05T10:13:03Z
Fixed shell script interpreter directive
----
> 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)