Skip to content

Commit d07c9ac

Browse files
committed
Use sh instead of bash in .version.sh script
Fixes smallstep#1115
1 parent 7b45968 commit d07c9ac

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.version.sh

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

0 commit comments

Comments
 (0)