Merge pull request #2906 from rushsteve1/patch-1
Add set -euo pipefail to sh-mode file template
This commit is contained in:
commit
b88822f641
1 changed files with 1 additions and 0 deletions
|
@ -1,3 +1,4 @@
|
|||
#!/usr/bin/env `(if (equal (file-name-extension buffer-file-name) "zsh") "zsh" "bash")`
|
||||
set -euo pipefail
|
||||
|
||||
$0
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue