From: ne20002 Date: Thu, 6 Feb 2025 17:53:09 +0000 (+0000) Subject: Followup to #14790 - revert to /bin/bash for run_xgettext.sh X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=2ceded19c4852a64a704d87460ac1a2f5c77c1a8;p=friendica.git Followup to #14790 - revert to /bin/bash for run_xgettext.sh --- diff --git a/bin/run_xgettext.sh b/bin/run_xgettext.sh index b947b43a35..85f5004235 100755 --- a/bin/run_xgettext.sh +++ b/bin/run_xgettext.sh @@ -1,10 +1,10 @@ -#!/bin/sh +#!/bin/bash # SPDX-FileCopyrightText: 2010 - 2024 the Friendica project # # SPDX-License-Identifier: CC0-1.0 -set -eo pipefail +set -e -o pipefail resolve() { if [ "$(uname)" = "Darwin" ]