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

This commit is contained in:
practicalswift 2017-10-04 21:32:21 +02:00
parent 80f5f28d38
commit 193c2fb4c8
1 changed files with 1 additions and 1 deletions

View File

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