forked from TrueCloudLab/certificates
Merge pull request #1121 from smallstep/fix-1115
Use sh instead of bash in .version.sh script
This commit is contained in:
commit
53f2ecdad9
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