mirror of
https://github.com/kvz/bash3boilerplate.git
synced 2025-05-02 16:32:50 +00:00
Fix Typo
This commit is contained in:
parent
ef898f55e9
commit
5cc1abc71a
2
main.sh
2
main.sh
@ -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
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user