Merge pull request #6551 from zmstone/fix-portable-shebang

fix: portable shebang
This commit is contained in:
Zaiming (Stone) Shi 2021-12-28 11:04:22 +01:00 committed by GitHub
commit 4a7b1bb7d8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
9 changed files with 11 additions and 9 deletions

View File

@ -1,5 +1,7 @@
#!/bin/bash
#!/usr/bin/env bash
set -eux pipefail
# Helper script for creating data export files
container() {

View File

@ -1,4 +1,4 @@
#!/bin/bash
#!/usr/bin/env bash
# -*- tab-width:4;indent-tabs-mode:nil -*-
# ex: ts=4 sw=4 et

View File

@ -1,4 +1,4 @@
#!/bin/bash
#!/usr/bin/env bash
# -*- tab-width:4;indent-tabs-mode:nil -*-
# ex: ts=4 sw=4 et

2
build
View File

@ -1,4 +1,4 @@
#!/bin/bash
#!/usr/bin/env bash
# This script helps to build release artifacts.
# arg1: profile, e.g. emqx | emqx-edge | emqx-pkg | emqx-edge-pkg

View File

@ -1,4 +1,4 @@
#!/bin/bash
#!/usr/bin/env bash
## EMQ docker image start script
# Huang Rui <vowstar@gmail.com>
# EMQ X Team <support@emqx.io>

View File

@ -1,4 +1,4 @@
#!/bin/bash
#!/usr/bin/env bash
set -euo pipefail
latest_release=$(git describe --abbrev=0 --tags)

View File

@ -1,4 +1,4 @@
#!/bin/bash
#!/usr/bin/env bash
## This script prints Linux distro name and its version number
## e.g. macos, centos8, ubuntu20.04

View File

@ -1,4 +1,4 @@
#!/bin/bash
#!/usr/bin/env bash
# shellcheck disable=2090
###############
## args and env validation

View File

@ -1,4 +1,4 @@
#!/bin/bash
#!/usr/bin/env bash
# shellcheck disable=2090
###############
## args and env validation