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

ASF GitHub Bot updated SUBMARINE-620:
-------------------------------------
    Labels: pull-request-available  (was: )

> 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
>
> {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: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to