Skip to content

Commit abf4638

Browse files
committed
Enable "strict mode" for generate-email.sh
1 parent 96add72 commit abf4638

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/generate-email.sh

+4
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,10 @@
1616
# limitations under the License.
1717
#
1818

19+
# Enable strict mode
20+
set -euo pipefail
21+
IFS=$'\n\t'
22+
1923
SCRIPT_DIR=$(cd -- "$(dirname -- "${BASH_SOURCE[0]}")" &> /dev/null && pwd)
2024

2125
stderr() {

0 commit comments

Comments
 (0)