Merge "Set -o pipefail new scripts"

This commit is contained in:
Jenkins 2014-05-27 18:54:57 +00:00 committed by Gerrit Code Review
commit e71e8efb51
3 changed files with 3 additions and 0 deletions

View File

@ -1,5 +1,6 @@
#!/bin/bash
set -eu
set -o pipefail
# For Debian map-services is currently a noop
# We pass through the service name directly

View File

@ -1,6 +1,7 @@
#!/bin/bash
set -eu
set -o pipefail
DIB_DISTRIBUTION_MIRROR=${DIB_DISTRIBUTION_MIRROR:-}

View File

@ -1,5 +1,6 @@
#!/bin/bash
set -eu
set -o pipefail
# For Ubuntu map-services is currently a noop
# We pass through the service name directly