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 committed by Jack Grigg
parent 8cd66cf690
commit ab5fdb7c7d
1 changed files with 1 additions and 1 deletions

View File

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