Use sh instead of bash in .version.sh script

Fixes #1115
pull/1121/head
Mariano Cano 2 years ago
parent 7b45968198
commit d07c9accea
No known key found for this signature in database

@ -1,4 +1,4 @@
#!/usr/bin/env bash
#!/usr/bin/env sh
read -r firstline < .VERSION
last_half="${firstline##*tag: }"
if [[ ${last_half::1} == "v" ]]; then

Loading…
Cancel
Save