Followup to #14790 - revert to /bin/bash for run_xgettext.sh

This commit is contained in:
ne20002 2025-02-06 17:53:09 +00:00
parent bd65c4d1a8
commit 2ceded19c4
No known key found for this signature in database
GPG key ID: 429E95F6E49B54C8

View file

@ -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" ]