Make get_version use bash from $PATH (#287)

* Make get_version use bash from $PATH

* Update CHANGELOG.md

---------

Co-authored-by: ReFil <[email protected]>
This commit is contained in:
David Whetstone
2023-12-07 09:14:49 +00:00
committed by GitHub
co-authored by ReFil
parent 2055aa2498
commit 11932126d4
2 changed files with 3 additions and 1 deletions
+1 -1
View File
@@ -1,4 +1,4 @@
#!/bin/bash
#!/usr/bin/env bash
# Get the date, first 4 chars of branch name and short commit hash
date=$(date -u +"%Y%m%d")