fix(coreos-base/oem-*): be consistent about sh -e

Use sh -e everywhere to be safe.
This commit is contained in:
Brandon Philips 2014-03-22 09:12:20 -07:00
parent 729fe0e6ae
commit f8f054c1d7
4 changed files with 4 additions and 6 deletions

View File

@ -1,6 +1,4 @@
#!/bin/sh
set -e
#!/bin/sh -e
KEY_URL="http://169.254.169.254/latest/meta-data/public-keys/0/openssh-key"

View File

@ -1,4 +1,4 @@
#!/bin/bash +x
#!/bin/bash -e
ENV=$1

View File

@ -1,4 +1,4 @@
#!/bin/bash
#!/bin/bash -e
set -e

View File

@ -1,4 +1,4 @@
#!/bin/bash +x
#!/bin/bash -e
ENV=$1