From 451aa7c04213d7566f5193af193fc7128cae827f Mon Sep 17 00:00:00 2001 From: Jake Chvatal Date: Tue, 8 Nov 2022 12:38:44 -0500 Subject: [PATCH] make runnable on more systems not all systems keep executables or symlinks in /bin/ --- build.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sh b/build.sh index 81bcc3c..c748f55 100755 --- a/build.sh +++ b/build.sh @@ -1,4 +1,4 @@ -#!/bin/bash +#!/usr/bin/env bash ### Get VERSIONSTRING from Git VERSIONSTRING="$(git describe --tags --exact-match || git rev-parse --short HEAD)"