build: this script needs bash, not ash

This commit is contained in:
Alam Ed Arias 2016-05-09 20:08:35 -04:00
parent 5612d24c32
commit d05957e2bb
1 changed files with 1 additions and 1 deletions

View File

@ -1,4 +1,4 @@
#!/bin/sh -e
#!/bin/bash -e
path="."
if [ x"$1" != x ]; then
path="$1"