From 1fb344a8c251ff2e780fe4484f88b829a37278a1 Mon Sep 17 00:00:00 2001 From: jahway603 Date: Tue, 16 Jan 2024 20:45:12 -0500 Subject: [PATCH] updated build.sh for better OS compatibility --- build.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sh b/build.sh index 0a17309..c648fed 100755 --- a/build.sh +++ b/build.sh @@ -1,4 +1,4 @@ -#!/bin/bash +#!/usr/bin/env bash # Copyright 2019-2024 The Hush Developers # Released under the GPLv3