tailscale-version.sh: always use bash
We specify `set -o pipefail`, which is not implemented in dash or a number of other shells. The F-Droid builder is defaulting to a shell which does not: ``` ./version/tailscale-version.sh: 10: set: Illegal option -o pipefail ``` Updates https://github.com/tailscale/tailscale/issues/2536 Signed-off-by: Denton Gentry <dgentry@tailscale.com>notification
parent
7f086ccaa6
commit
67c2869ec6
Loading…
Reference in New Issue