From dcb905b61b5177104049eee78849e86d584b3f8c Mon Sep 17 00:00:00 2001 From: =?utf8?q?Zbigniew=20J=C4=99drzejewski-Szmek?= Date: Fri, 21 Dec 2018 07:09:23 +0100 Subject: [PATCH] meson: use /bin/bash for script It seems -o pipefail does not work on Ubunut. /bin/sh is most likely resolved to dash. --- tools/meson-vcs-tag.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/meson-vcs-tag.sh b/tools/meson-vcs-tag.sh index 1eb7668eed8..c8033d00a17 100755 --- a/tools/meson-vcs-tag.sh +++ b/tools/meson-vcs-tag.sh @@ -1,4 +1,4 @@ -#!/bin/sh +#!/bin/bash set -eu set -o pipefail -- 2.47.3