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

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

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

Stephan Ewen resolved FLINK-1212.
---------------------------------
       Resolution: Fixed
    Fix Version/s: 0.8-incubating

Merged and fixed in 90730fe31ee3528e3258ef5d47c68161ed6cee90

> 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
>            Assignee: Fabian Hueske
>             Fix For: 0.8-incubating
>
>
> There are some scripts which interpreter directive are {code}#!/bin/bash{code}. We should use {code}#!/usr/bin/env bash"{code}instead.



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