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/10/02 19:01:48 UTC

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

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

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

commit f72012094657dce10aea586e3e128ce62971bb2f
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 )"