Remove some bashisms

Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
This commit is contained in:
Sebastiaan van Stijn
2019-02-26 12:09:21 +01:00
parent cdba45bd8b
commit 5aeb7a0f55
6 changed files with 20 additions and 23 deletions

View File

@ -21,7 +21,7 @@ jobs=(
# each container has access to two cores.
group=${CROSS_GROUP-"all"}
if [ "$group" == "all" ]; then
if [ "$group" = "all" ]; then
echo "Building binaries for all platforms"
parallel ::: "${jobs[@]}"