From 2ceded19c4852a64a704d87460ac1a2f5c77c1a8 Mon Sep 17 00:00:00 2001 From: ne20002 Date: Thu, 6 Feb 2025 17:53:09 +0000 Subject: [PATCH] Followup to #14790 - revert to /bin/bash for run_xgettext.sh --- bin/run_xgettext.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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" ]