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

Wanqiang Ji updated SUBMARINE-620:
----------------------------------
    Fix Version/s: 0.5.0
       Resolution: Fixed
           Status: Resolved  (was: Patch Available)

Issue resolved by pull request 397
[https://github.com/apache/submarine/pull/397]

> Fix hard coding of shebang in some scripts
> ------------------------------------------
>
>                 Key: SUBMARINE-620
>                 URL: https://issues.apache.org/jira/browse/SUBMARINE-620
>             Project: Apache Submarine
>          Issue Type: Bug
>            Reporter: Wanqiang Ji
>            Assignee: Wanqiang Ji
>            Priority: Major
>              Labels: pull-request-available
>             Fix For: 0.5.0
>
>
> {code:java}
> grep "#\!/bin/bash" -r . | grep -v node_modules | grep -v target | awk -F: 
> '{print $1}' | xargs sed -i '' -e 's$#!/bin/bash$#!/usr/bin/env bash$g'
> {code}



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@submarine.apache.org
For additional commands, e-mail: dev-h...@submarine.apache.org

Reply via email to