Use bash instead of POSIX sh. POSIX sh does not support arrays.
This commit is contained in:
parent
80f5f28d38
commit
193c2fb4c8
1 changed files with 1 additions and 1 deletions
|
@ -1,4 +1,4 @@
|
|||
#!/bin/sh
|
||||
#!/bin/bash
|
||||
|
||||
TOPDIR=${TOPDIR:-$(git rev-parse --show-toplevel)}
|
||||
SRCDIR=${SRCDIR:-$TOPDIR/src}
|
||||
|
|
Loading…
Reference in a new issue