From 0d4b8bcb12939307ef13555b95eee400b769501b Mon Sep 17 00:00:00 2001 From: Ray Lee Date: Mon, 27 Mar 2023 17:29:27 -0400 Subject: [PATCH] Add execute perms to build_js.sh, and fix shbang. --- cspace-ui/build_js.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) mode change 100644 => 100755 cspace-ui/build_js.sh diff --git a/cspace-ui/build_js.sh b/cspace-ui/build_js.sh old mode 100644 new mode 100755 index 662572fba..2bc2b4cd4 --- a/cspace-ui/build_js.sh +++ b/cspace-ui/build_js.sh @@ -1,4 +1,4 @@ -#/bin/bash +#!/bin/bash PACKAGE_NAME=$1 BRANCH_NAME=$2 -- 2.47.3