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:
+1
-1
@@ -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")
|
||||
|
||||
Reference in New Issue
Block a user