This commit is contained in:
Kevin van Zonneveld 2013-09-06 13:24:18 +02:00
parent ef898f55e9
commit 5cc1abc71a

View File

@ -160,7 +160,7 @@ fi
#####################################################################
# Exit on error. Append ||true if you expect an error.
# set -e is safer than #!/bin/bash -e because that is nutralised if
# set -e is safer than #!/bin/bash -e because that is neutralised if
# someone runs your script like `bash yourscript.sh`
set -eu