Make get_version use bash from $PATH (#287)

* Make get_version use bash from $PATH

* Update CHANGELOG.md

---------

Co-authored-by: ReFil <31960031+ReFil@users.noreply.github.com>
This commit is contained in:
David Whetstone
2023-12-07 01:14:49 -08:00
committed by GitHub
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")