Use sh instead of bash in .version.sh script

Fixes #1115
This commit is contained in:
Mariano Cano 2022-10-19 16:28:31 -07:00
parent 7b45968198
commit d07c9accea
No known key found for this signature in database

View file

@ -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