Merge "Set -o pipefail new scripts"
This commit is contained in:
commit
e71e8efb51
@ -1,5 +1,6 @@
|
|||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
set -eu
|
set -eu
|
||||||
|
set -o pipefail
|
||||||
|
|
||||||
# For Debian map-services is currently a noop
|
# For Debian map-services is currently a noop
|
||||||
# We pass through the service name directly
|
# We pass through the service name directly
|
||||||
|
@ -1,6 +1,7 @@
|
|||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
|
|
||||||
set -eu
|
set -eu
|
||||||
|
set -o pipefail
|
||||||
|
|
||||||
DIB_DISTRIBUTION_MIRROR=${DIB_DISTRIBUTION_MIRROR:-}
|
DIB_DISTRIBUTION_MIRROR=${DIB_DISTRIBUTION_MIRROR:-}
|
||||||
|
|
||||||
|
@ -1,5 +1,6 @@
|
|||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
set -eu
|
set -eu
|
||||||
|
set -o pipefail
|
||||||
|
|
||||||
# For Ubuntu map-services is currently a noop
|
# For Ubuntu map-services is currently a noop
|
||||||
# We pass through the service name directly
|
# We pass through the service name directly
|
||||||
|
Loading…
Reference in New Issue
Block a user