From c6e278154f7b19decde9b10fce7bc906a6e46adc Mon Sep 17 00:00:00 2001 From: "Jonathan \"Duke\" Leto" Date: Mon, 12 Sep 2022 18:03:36 -0700 Subject: [PATCH] Find bash on FreeBSD better --- src/hush-smart-chain | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/hush-smart-chain b/src/hush-smart-chain index c5543b221..2a33f0ba0 100755 --- a/src/hush-smart-chain +++ b/src/hush-smart-chain @@ -1,5 +1,5 @@ -#!/bin/bash -# Copyright (c) 2016-2021 The Hush developers +#!/usr/bin/env bash +# Copyright (c) 2016-2022 The Hush developers # set working directory to the location of this script # readlink -f does not always exist DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )"