This commit is contained in:
christianchiarulli 2021-07-08 18:57:58 -04:00
parent caa93e627c
commit 934535df61

View file

@ -1,4 +1,4 @@
#!/bin/bash #!/bin/sh
set -o nounset # error when referencing undefined variable set -o nounset # error when referencing undefined variable
set -o errexit # exit when command fails set -o errexit # exit when command fails