Make shell scripts more portable by using /usr/bin/env bash

This commit is contained in:
Jonathan "Duke" Leto
2022-09-19 16:30:39 -07:00
parent 86a2c1c73c
commit 2a8dbbad7b
39 changed files with 44 additions and 44 deletions

View File

@@ -1,4 +1,4 @@
#!/bin/bash
#!/usr/bin/env bash
# Copyright (c) 2018-2020 The Hush developers
#set working directory to the location of this script
DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )"