forked from TrueCloudLab/certificates
parent
7b45968198
commit
d07c9accea
1 changed files with 1 additions and 1 deletions
|
@ -1,4 +1,4 @@
|
||||||
#!/usr/bin/env bash
|
#!/usr/bin/env sh
|
||||||
read -r firstline < .VERSION
|
read -r firstline < .VERSION
|
||||||
last_half="${firstline##*tag: }"
|
last_half="${firstline##*tag: }"
|
||||||
if [[ ${last_half::1} == "v" ]]; then
|
if [[ ${last_half::1} == "v" ]]; then
|
||||||
|
|
Loading…
Reference in a new issue