1
0
mirror of https://gitlab.com/OpenMW/openmw.git synced 2025-01-01 03:21:41 +00:00

Don't set pipefail

This commit is contained in:
AnyOldName3 2020-08-27 02:30:40 +01:00
parent 74ba6197ce
commit b71f13965a

View File

@ -1,6 +1,6 @@
#!/bin/bash
set -euo pipefail
set -eu
if [[ "${BASH_SOURCE[0]}" == "${0}" ]]; then
echo "Error: Script not sourced."