From 9df5f942ded79dbf74e5034d33c329e6e21d8d0a Mon Sep 17 00:00:00 2001 From: Leijurv Date: Mon, 8 Oct 2018 22:01:57 -0700 Subject: [PATCH] add shebang --- scripts/build.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/scripts/build.sh b/scripts/build.sh index e2f9b01f..7c0f83cb 100644 --- a/scripts/build.sh +++ b/scripts/build.sh @@ -1,3 +1,4 @@ +#!/bin/sh set -e # this makes the whole script fail immediately if any one of these commands fails ./gradlew build export VERSION=$(cat build.gradle | grep "version '" | cut -d "'" -f 2-2)