summaryrefslogtreecommitdiffstats
path: root/utils/fetch_os_creds.sh
diff options
context:
space:
mode:
authorTrevor Bramwell <tbramwell@linuxfoundation.org>2018-06-28 23:32:59 +0000
committerGerrit Code Review <gerrit@opnfv.org>2018-06-28 23:32:59 +0000
commitee61be6d48799c07293339e64229a49248fbb6bc (patch)
tree44be7898551780277b9c21967c115c41d8af95b5 /utils/fetch_os_creds.sh
parent1590a4f64211574ad7a96bb81ad498e4a34fbbd0 (diff)
parent5d442cc229ceb491f86fe8247dbeba7b86ee23f0 (diff)
Merge "Fix unset RC_FILE_PATH in Scripts"
Diffstat (limited to 'utils/fetch_os_creds.sh')
-rwxr-xr-xutils/fetch_os_creds.sh1
1 files changed, 0 insertions, 1 deletions
diff --git a/utils/fetch_os_creds.sh b/utils/fetch_os_creds.sh
index 0e041c631..501095036 100755
--- a/utils/fetch_os_creds.sh
+++ b/utils/fetch_os_creds.sh
@@ -8,7 +8,6 @@
# http://www.apache.org/licenses/LICENSE-2.0
##############################################################################
set -o errexit
-set -o nounset
set -o pipefail
usage() {