summaryrefslogtreecommitdiffstats
path: root/utils
diff options
context:
space:
mode:
authorTrevor Bramwell <tbramwell@linuxfoundation.org>2018-06-28 15:28:27 -0700
committerTrevor Bramwell <tbramwell@linuxfoundation.org>2018-06-28 15:28:27 -0700
commit5d442cc229ceb491f86fe8247dbeba7b86ee23f0 (patch)
treeb17daca2b1ec3be17df4569ac2b86c96afaa1b3e /utils
parent0f8bd836b9b6d1017a5564cc0e9a3beae4736436 (diff)
Fix unset RC_FILE_PATH in Scripts
Even though RC_FILE_PATH is defined in Jenkins as passed in as a parameter, bash still sees it as unset. Removing the 'nounset' option from these scripts should allow the check to success (RC_FILE_PATH set to blank). Change-Id: Ibcfdcf0d2a12c8119d2fe3ec3b354be782338bd5 Signed-off-by: Trevor Bramwell <tbramwell@linuxfoundation.org>
Diffstat (limited to 'utils')
-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() {