We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bde702f commit ab1fe90Copy full SHA for ab1fe90
scripts/dmt/create_author.sh
@@ -1,7 +1,7 @@
1
#!/usr/bin/env bash
2
3
set -o errexit
4
-set -o pipefail
+set +o pipefail
5
set -o errtrace
6
7
export CHARSET=UTF-8
0 commit comments