add set + IFS

This commit is contained in:
2024-06-11 10:28:46 +02:00
parent 5b6fb4e5c0
commit b988c2fac2
+3
View File
@@ -1,5 +1,8 @@
#! /bin/bash
set -euo pipefail
IFS=$'\n\t'
name=$1
echo hello $name