commit:     be327f018fba69ae853729d309c62fe3adc9b94e
Author:     Benda Xu <heroxbd <AT> gentoo <DOT> org>
AuthorDate: Thu Oct  6 10:19:28 2016 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Thu Oct  6 10:19:28 2016 +0000
URL:        https://gitweb.gentoo.org/proj/java-ebuilder.git/commit/?id=be327f01

change script shebangs to /bin/bash.

  Because /usr/bin/env gets prefixified anyway.

 scripts/meta.sh | 2 +-
 scripts/movl    | 2 +-
 scripts/tree.sh | 2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/scripts/meta.sh b/scripts/meta.sh
index 935330f..42a45a2 100755
--- a/scripts/meta.sh
+++ b/scripts/meta.sh
@@ -1,4 +1,4 @@
-#!/usr/bin/env bash
+#!/bin/bash
 # read in cache from java-ebuilder and find out the groupId,
 # artifactId and version.
 

diff --git a/scripts/movl b/scripts/movl
index a4d1bac..231ab5d 100755
--- a/scripts/movl
+++ b/scripts/movl
@@ -1,4 +1,4 @@
-#!/usr/bin/env bash
+#!/bin/bash
 source /etc/java-ebuilder.conf
 
 clean-maven() {

diff --git a/scripts/tree.sh b/scripts/tree.sh
index bf387a8..7df27dc 100755
--- a/scripts/tree.sh
+++ b/scripts/tree.sh
@@ -1,4 +1,4 @@
-#!/usr/bin/env bash
+#!/bin/bash
 # start from the root of a maven artifact and recursively resolve its
 # dependencies.
 

Reply via email to