You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airavata.apache.org by ma...@apache.org on 2019/08/06 13:28:07 UTC

[airavata-django-portal] 02/02: Add shebang to build script

This is an automated email from the ASF dual-hosted git repository.

machristie pushed a commit to branch local-builds
in repository https://gitbox.apache.org/repos/asf/airavata-django-portal.git

commit 9f6435a49df565b2f4fc1c415cc782727e08fe24
Author: Marcus Christie <ma...@apache.org>
AuthorDate: Tue Jul 16 10:24:58 2019 -0400

    Add shebang to build script
---
 build_js.sh | 1 +
 1 file changed, 1 insertion(+)

diff --git a/build_js.sh b/build_js.sh
index 98ac49d..962d73a 100755
--- a/build_js.sh
+++ b/build_js.sh
@@ -1,3 +1,4 @@
+#!/bin/bash
 
 # Get the directory that this script is in
 SCRIPT_DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )"