Skip to content
Snippets Groups Projects
Commit ba25b06c authored by Wouter Deconinck's avatar Wouter Deconinck
Browse files

Bash strict-mode settings

parent d54a86c6
Branches
Tags v0.9.0
2 merge requests!48Merge master into feature branch,!47Bash strict-mode settings
#!/bin/bash
# Note: This script should be sourced, not run directly!
set -Euo pipefail
trap 's=$?; echo "$0: Error on line "$LINENO": $BASH_COMMAND"; exit $s' ERR
IFS=$'\n\t'
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment