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

clebertsuconic pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/activemq-artemis-native.git


The following commit(s) were added to refs/heads/master by this push:
     new dcdbca0  NO-JIRA shebang on scripts
dcdbca0 is described below

commit dcdbca0aefa2b7529fe04f3dde9041bc151011be
Author: Clebert Suconic <[email protected]>
AuthorDate: Fri Mar 1 09:12:39 2019 -0500

    NO-JIRA shebang on scripts
---
 scripts/compile-native.sh       | 1 +
 scripts/compile-using-docker.sh | 2 +-
 2 files changed, 2 insertions(+), 1 deletion(-)

diff --git a/scripts/compile-native.sh b/scripts/compile-native.sh
index 12098b0..d4f1602 100755
--- a/scripts/compile-native.sh
+++ b/scripts/compile-native.sh
@@ -1,3 +1,4 @@
+#!/usr/bin/env bash
 # Licensed to the Apache Software Foundation (ASF) under one
 # or more contributor license agreements.  See the NOTICE file
 # distributed with this work for additional information
diff --git a/scripts/compile-using-docker.sh b/scripts/compile-using-docker.sh
index b90c120..8007f9f 100755
--- a/scripts/compile-using-docker.sh
+++ b/scripts/compile-using-docker.sh
@@ -1,3 +1,4 @@
+#!/usr/bin/env bash
 # Licensed to the Apache Software Foundation (ASF) under one
 # or more contributor license agreements.  See the NOTICE file
 # distributed with this work for additional information
@@ -17,7 +18,6 @@
 
 if [ -d "./bin" ]; then rm -Rf ./bin; fi
 mkdir bin
-echo I am on $PWD
 docker build -f src/main/docker/Dockerfile-centos -t artemis-native-builder .
 docker run --rm -v $PWD/bin:/work/bin artemis-native-builder "$@"
 chown -Rv $USER:$GID ./bin

Reply via email to