commit:     4a7d8036ee90bf84131573a32021d59b70d060bb
Author:     Jeroen Roovers <jer <AT> gentoo <DOT> org>
AuthorDate: Thu Aug 27 12:14:38 2020 +0000
Commit:     Jeroen Roovers <jer <AT> gentoo <DOT> org>
CommitDate: Thu Aug 27 12:15:04 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4a7d8036

net-misc/chrony: Run configure using sh not bash

Package-Manager: Portage-3.0.4, Repoman-3.0.1
Signed-off-by: Jeroen Roovers <jer <AT> gentoo.org>

 net-misc/chrony/chrony-3.5.1-r1.ebuild | 6 +++---
 net-misc/chrony/chrony-4.0_pre3.ebuild | 6 +++---
 net-misc/chrony/chrony-9999.ebuild     | 6 +++---
 3 files changed, 9 insertions(+), 9 deletions(-)

diff --git a/net-misc/chrony/chrony-3.5.1-r1.ebuild 
b/net-misc/chrony/chrony-3.5.1-r1.ebuild
index 877718f6031..f08fcf89f2e 100644
--- a/net-misc/chrony/chrony-3.5.1-r1.ebuild
+++ b/net-misc/chrony/chrony-3.5.1-r1.ebuild
@@ -128,9 +128,9 @@ src_configure() {
                --without-tomcrypt
        )
 
-       # print the ./configure call to aid in future debugging
-       echo bash ./configure "${myconf[@]}" >&2
-       bash ./configure "${myconf[@]}" || die
+       # print the ./configure call
+       echo sh ./configure "${myconf[@]}" >&2
+       sh ./configure "${myconf[@]}" || die
 }
 
 src_compile() {

diff --git a/net-misc/chrony/chrony-4.0_pre3.ebuild 
b/net-misc/chrony/chrony-4.0_pre3.ebuild
index 877718f6031..f08fcf89f2e 100644
--- a/net-misc/chrony/chrony-4.0_pre3.ebuild
+++ b/net-misc/chrony/chrony-4.0_pre3.ebuild
@@ -128,9 +128,9 @@ src_configure() {
                --without-tomcrypt
        )
 
-       # print the ./configure call to aid in future debugging
-       echo bash ./configure "${myconf[@]}" >&2
-       bash ./configure "${myconf[@]}" || die
+       # print the ./configure call
+       echo sh ./configure "${myconf[@]}" >&2
+       sh ./configure "${myconf[@]}" || die
 }
 
 src_compile() {

diff --git a/net-misc/chrony/chrony-9999.ebuild 
b/net-misc/chrony/chrony-9999.ebuild
index 877718f6031..f08fcf89f2e 100644
--- a/net-misc/chrony/chrony-9999.ebuild
+++ b/net-misc/chrony/chrony-9999.ebuild
@@ -128,9 +128,9 @@ src_configure() {
                --without-tomcrypt
        )
 
-       # print the ./configure call to aid in future debugging
-       echo bash ./configure "${myconf[@]}" >&2
-       bash ./configure "${myconf[@]}" || die
+       # print the ./configure call
+       echo sh ./configure "${myconf[@]}" >&2
+       sh ./configure "${myconf[@]}" || die
 }
 
 src_compile() {

Reply via email to