refactor!(posix): use posix shebang #!/bin/sh (fix #494)

This commit is contained in:
AJ ONeal
2022-08-21 07:10:33 +00:00
parent 5053d7064f
commit d2fdc7b41a
134 changed files with 135 additions and 135 deletions

View File

@@ -1,4 +1,4 @@
#!/bin/bash
#!/bin/sh
set -e
set -u