@@ -1,4 +1,4 @@
-#!/bin/bash
+#!/usr/bin/env bash
DEBUG="${DEBUG:-0}"
if [ "$DEBUG" -eq 1 ]; then
## NOTE: those are defined separately from `common_defs.sh` because
## they require `common_functions.sh` to be sourced prior to sourcing
# Echo to stderr on errors
echoerr() { echo "ERROR: $*" 1>&2; }