mirror of
https://github.com/friendica/friendica
synced 2025-02-14 22:54:01 +00:00
Followup to #14790 - revert to /bin/bash for run_xgettext.sh
This commit is contained in:
parent
bd65c4d1a8
commit
2ceded19c4
1 changed files with 2 additions and 2 deletions
|
@ -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" ]
|
||||
|
|
Loading…
Add table
Reference in a new issue