Fix: mimatch shell in build.sh

This commit is contained in:
Aaron
2020-03-09 11:30:43 +00:00
parent 68d3131521
commit 98c122f047
2 changed files with 3 additions and 3 deletions

2
assets

Submodule assets updated: c7f4f323ee...cab5037794

4
build.sh Normal file → Executable file
View File

@@ -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