From: Ray Lee Date: Mon, 27 Mar 2023 21:29:27 +0000 (-0400) Subject: Add execute perms to build_js.sh, and fix shbang. X-Git-Url: https://git.aero2k.de/?a=commitdiff_plain;h=0d4b8bcb12939307ef13555b95eee400b769501b;p=tmp%2Fjakarta-migration.git Add execute perms to build_js.sh, and fix shbang. --- 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