mirror of
https://github.com/dashpay/dash.git
synced 2024-12-25 03:52:49 +01:00
Use bash instead of POSIX sh. POSIX sh does not support arrays.
This commit is contained in:
parent
80f5f28d38
commit
193c2fb4c8
@ -1,4 +1,4 @@
|
||||
#!/bin/sh
|
||||
#!/bin/bash
|
||||
|
||||
TOPDIR=${TOPDIR:-$(git rev-parse --show-toplevel)}
|
||||
SRCDIR=${SRCDIR:-$TOPDIR/src}
|
||||
|
Loading…
Reference in New Issue
Block a user