diff options
author | 2018-06-28 23:32:59 +0000 | |
---|---|---|
committer | 2018-06-28 23:32:59 +0000 | |
commit | ee61be6d48799c07293339e64229a49248fbb6bc (patch) | |
tree | 44be7898551780277b9c21967c115c41d8af95b5 /utils/fetch_os_creds.sh | |
parent | 1590a4f64211574ad7a96bb81ad498e4a34fbbd0 (diff) | |
parent | 5d442cc229ceb491f86fe8247dbeba7b86ee23f0 (diff) |
Merge "Fix unset RC_FILE_PATH in Scripts"
Diffstat (limited to 'utils/fetch_os_creds.sh')
-rwxr-xr-x | utils/fetch_os_creds.sh | 1 |
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() { |