diff --git a/src/header.src.sh b/src/header.src.sh index c83804f..f524f93 100644 --- a/src/header.src.sh +++ b/src/header.src.sh @@ -17,8 +17,8 @@ # 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. # On advice from http://redsymbol.net/articles/unofficial-bash-strict-mode/ -set -euo pipefail -IFS=$'\n\t' +#set -euo pipefail +#IFS=$'\n\t' # Prevent freak accidents involving the root directory if [ -z "$HOME" ]; then HOME=/home/"$(whoami)"; fi