added bash set builtin

This commit is contained in:
Jonas Forsberg
2020-10-14 10:52:24 +02:00
parent 698511ed6d
commit 910b1c1396
5 changed files with 5 additions and 1 deletions

View File

@@ -15,7 +15,7 @@ DOTFILES_RENAME_EXISTING_FILES=(
### NO Changes below this line
set -aeo pipefail
set -aeou pipefail
function printHelp(){
cat << EOF