Skip to content

Commit 55f8540

Browse files
committed
tools/bump-version: Ensure using GNU coreutils
We rely on this for `date --iso` below.
1 parent 5599f64 commit 55f8540

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

tools/bump-version

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,11 @@
11
#!/usr/bin/env bash
22
set -eu
33

4+
this_dir=${BASH_SOURCE[0]%/*}
5+
6+
# shellcheck source=tools/lib/ensure-coreutils.sh
7+
. "${this_dir}"/lib/ensure-coreutils.sh
8+
49
usage () {
510
cat <<EOF >&2
611
usage: bump-version

0 commit comments

Comments
 (0)