From aaa5806f15356c6a9287b69c5b0fd2edfd8ff20b Mon Sep 17 00:00:00 2001 From: jahway603 Date: Wed, 5 Oct 2022 13:13:51 -0400 Subject: [PATCH] updated shebang for better multi system support --- start.sh | 2 +- util/build-debian-package.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/start.sh b/start.sh index 16a94c9..45eb660 100755 --- a/start.sh +++ b/start.sh @@ -1,4 +1,4 @@ -#!/bin/bash +#!/usr/bin/env bash # Copyright 2020-2022 The Hush Developers # Released under GPLv3 diff --git a/util/build-debian-package.sh b/util/build-debian-package.sh index ec4c5bc..909dfd3 100755 --- a/util/build-debian-package.sh +++ b/util/build-debian-package.sh @@ -1,4 +1,4 @@ -#!/bin/bash +#!/usr/bin/env bash # Copyright (c) 2021-2022 The Hush developers # Distributed under the GPLv3 software license, see the accompanying # file LICENSE or https://www.gnu.org/licenses/gpl-3.0.en.html