Skip to content

Commit ab1fe90

Browse files
committed
Disable pipefail in create_author.sh script
1 parent bde702f commit ab1fe90

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/dmt/create_author.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#!/usr/bin/env bash
22

33
set -o errexit
4-
set -o pipefail
4+
set +o pipefail
55
set -o errtrace
66

77
export CHARSET=UTF-8

0 commit comments

Comments
 (0)