From cf414e1d44d6546e3390fd0f2122296135b9e5c4 Mon Sep 17 00:00:00 2001 From: Gaboso Date: Mon, 19 Feb 2018 21:34:51 -0400 Subject: [PATCH] Added shebang line to build.sh --- build.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/build.sh b/build.sh index 7e7c3221..a3ec0242 100755 --- a/build.sh +++ b/build.sh @@ -1 +1,2 @@ +#!/usr/bin/env bash mvn clean compile assembly:single \ No newline at end of file