diff options
Diffstat (limited to 'bin/buildDebian.sh')
-rwxr-xr-x | bin/buildDebian.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/buildDebian.sh b/bin/buildDebian.sh index cc3353c2..58431f73 100755 --- a/bin/buildDebian.sh +++ b/bin/buildDebian.sh @@ -1,7 +1,7 @@ #!/usr/bin/env bash # IMPORTANT -# Protect agaisnt mispelling a var and rm -rf / +# Protect against misspelling a var and rm -rf / set -u set -e |