From 73fa70dcf41c2b7a59c015db233e7336c26de9db Mon Sep 17 00:00:00 2001 From: Maks <64933915+dudozermaks@users.noreply.github.com> Date: Fri, 8 Sep 2023 15:20:11 +0300 Subject: [PATCH] Change "/bin/bash" to "/usr/bin/env bash" in shell files (#129) --- build.sh | 2 +- setup.sh | 2 +- upload.sh | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/build.sh b/build.sh index a679852..fda0099 100755 --- a/build.sh +++ b/build.sh @@ -1,4 +1,4 @@ -#!/bin/bash +#!/usr/bin/env bash basedir=$(cd $(dirname "$0"); pwd) diff --git a/setup.sh b/setup.sh index 9f986da..5119df6 100755 --- a/setup.sh +++ b/setup.sh @@ -1,4 +1,4 @@ -#!/bin/bash +#!/usr/bin/env bash set -e diff --git a/upload.sh b/upload.sh index 56bcac8..87551b0 100755 --- a/upload.sh +++ b/upload.sh @@ -1,4 +1,4 @@ -#!/bin/bash +#!/usr/bin/env bash source $(dirname "$0")/setup.sh