mirror of
https://github.com/TES3MP/TES3MP.git
synced 2025-09-26 06:21:29 -04:00
Don't set pipefail
This commit is contained in:
parent
74ba6197ce
commit
b71f13965a
@ -1,6 +1,6 @@
|
|||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
|
|
||||||
set -euo pipefail
|
set -eu
|
||||||
|
|
||||||
if [[ "${BASH_SOURCE[0]}" == "${0}" ]]; then
|
if [[ "${BASH_SOURCE[0]}" == "${0}" ]]; then
|
||||||
echo "Error: Script not sourced."
|
echo "Error: Script not sourced."
|
||||||
|
Loading…
x
Reference in New Issue
Block a user