forked from lix-project/lix
Force use of Bash
"echo -n" doesn't work with /bin/sh on Darwin.
This commit is contained in:
parent
57386c9bae
commit
1f841c9d50
|
@ -1,4 +1,4 @@
|
||||||
#! /bin/sh
|
#! /usr/bin/env bash
|
||||||
|
|
||||||
set -e
|
set -e
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue