]> git.mxchange.org Git - friendica.git/commitdiff
Followup to #14790 - revert to /bin/bash for run_xgettext.sh
authorne20002 <ne20002@gmx.ch>
Thu, 6 Feb 2025 17:53:09 +0000 (17:53 +0000)
committerne20002 <ne20002@gmx.ch>
Thu, 6 Feb 2025 17:53:09 +0000 (17:53 +0000)
bin/run_xgettext.sh

index b947b43a357d0b7720d7e9f620618643f4d0bd1c..85f5004235a68a156b45bd6d74ef6495e3dc9a32 100755 (executable)
@@ -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" ]