algunas versiones de dash no soportan pipefail
This commit is contained in:
parent
23b423b204
commit
d35e211f49
@ -1,5 +1,6 @@
|
|||||||
#!/bin/sh
|
#!/bin/sh
|
||||||
set -euo pipefail
|
set -o pipefail
|
||||||
|
set -eu
|
||||||
IFS=$'\n\t'
|
IFS=$'\n\t'
|
||||||
|
|
||||||
ULA_PREFIX="fd00:acab"
|
ULA_PREFIX="fd00:acab"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user