update make file to use bash

This commit is contained in:
chfw 2017-05-29 22:34:57 +01:00
parent 3e8382ef1a
commit 8dd44c0fa1
2 changed files with 2 additions and 2 deletions

View File

@ -1,4 +1,4 @@
all: test
test:
sh test.sh
bash test.sh

View File

@ -1,4 +1,4 @@
all: test
test:
sh test.sh
bash test.sh