Use bash instead of POSIX sh. POSIX sh does not support arrays.

pull/476/merge
practicalswift 7 years ago
parent 80f5f28d38
commit 193c2fb4c8

@ -1,4 +1,4 @@
#!/bin/sh
#!/bin/bash
TOPDIR=${TOPDIR:-$(git rev-parse --show-toplevel)}
SRCDIR=${SRCDIR:-$TOPDIR/src}

Loading…
Cancel
Save