Fix: mimatch shell in build.sh

pull/247/head
Aaron 4 years ago
parent 68d3131521
commit 98c122f047

@ -1 +1 @@
Subproject commit c7f4f323ee8ab55571125e45245ae2e42a1251f9
Subproject commit cab503779411dcb6060cabc3b8623906fb3879e6

@ -1,4 +1,4 @@
#!/usr/bin/env sh
#!/bin/bash
REPO=$(cd $(dirname $0); pwd)
COMMIT_SHA=$(git rev-parse --short HEAD)
@ -108,4 +108,4 @@ fi
if [ "$RELEASE" = "true" ]; then
release
fi
fi

Loading…
Cancel
Save