Skip to content

Commit 243593a

Browse files
Add pipefail to submit_recovery_share.sh (#7557)
Co-authored-by: cjen1-msft <chrisjensen@microsoft.com>
1 parent 27ee0eb commit 243593a

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

python/utils/submit_recovery_share.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
# Licensed under the Apache 2.0 License.
44

55
set -e
6+
set -o pipefail
67

78
function usage()
89
{

0 commit comments

Comments
 (0)