Merge pull request #432 from daveisfera/master

Use sh insteaad of bash
master
Evgeny Poberezkin 2017-03-03 17:38:13 +00:00 committed by GitHub
commit 2cee0c5466
2 changed files with 2 additions and 2 deletions

View File

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

View File

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