use bash instead sh

This commit is contained in:
Pascal Vizeli 2017-03-15 00:01:19 +01:00
parent f5675c6b04
commit c72cc07c9d
3 changed files with 3 additions and 3 deletions

View File

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

View File

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

View File

@ -1,4 +1,4 @@
#!/bin/sh
#!/bin/bash
set -o errexit