We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7b45968 commit d07c9acCopy full SHA for d07c9ac
.version.sh
@@ -1,4 +1,4 @@
1
-#!/usr/bin/env bash
+#!/usr/bin/env sh
2
read -r firstline < .VERSION
3
last_half="${firstline##*tag: }"
4
if [[ ${last_half::1} == "v" ]]; then
0 commit comments