diff options
| author | David Whetstone <humblehacker@users.noreply.github.com> | 2023-12-07 01:14:49 -0800 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-12-07 09:14:49 +0000 |
| commit | 11932126d4b99fb1d2f0bfecfb138dd7adcec3b6 (patch) | |
| tree | b98ddca7b741741c028ec0fc51c4f01fdfb6f7e3 /bin | |
| parent | 2055aa2498ee7749f237a31f317ec1d985c377bb (diff) | |
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>
Diffstat (limited to 'bin')
| -rwxr-xr-x | bin/get_version.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/get_version.sh b/bin/get_version.sh index a1b1d6e..6a5007b 100755 --- a/bin/get_version.sh +++ b/bin/get_version.sh @@ -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") |
