Fix: mimatch shell in build.sh

pull/247/head
Aaron 2020-03-09 11:30:43 +00:00
parent 68d3131521
commit 98c122f047
2 changed files with 3 additions and 3 deletions

2
assets

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

4
build.sh Normal file → Executable file
View File

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