From 037b9e440c547b4cc5f7e66f34aa63fc30efc1c0 Mon Sep 17 00:00:00 2001 From: Shawn <506895667@qq.com> Date: Thu, 17 Feb 2022 15:20:59 +0800 Subject: [PATCH] fix(build): change header of shell script to "#!/usr/bin/env bash" --- scripts/get-otp-vsn.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/get-otp-vsn.sh b/scripts/get-otp-vsn.sh index a791318dc..699a16f3f 100755 --- a/scripts/get-otp-vsn.sh +++ b/scripts/get-otp-vsn.sh @@ -1,4 +1,4 @@ -#!/bin/bash +#!/usr/bin/env bash set -euo pipefail