92a5d7bbd9c296362f89607d37df5ae238c28825 mspeir Thu Feb 2 10:11:24 2017 -0800 accidentally commented out set line in previous commit, no redmine diff --git src/utils/qa/getPubHubContact.sh src/utils/qa/getPubHubContact.sh index e905241..3428016 100755 --- src/utils/qa/getPubHubContact.sh +++ src/utils/qa/getPubHubContact.sh @@ -1,19 +1,19 @@ #!/bin/bash # quit if something within the script fails -#set -beEu -o pipefail +set -beEu -o pipefail source `which qaConfig.bash` umask 002 ################################ # # 12-20-2016 # Matthew Speir # # getPubHubInfo.sh # Collects contact information for # hubs listed in hgcentral.hubPublic. # Outputs contact information to HTML- # formatted file. # ################################