diff options
author | Jeroen Roovers <jer@gentoo.org> | 2020-08-27 14:14:38 +0200 |
---|---|---|
committer | Jeroen Roovers <jer@gentoo.org> | 2020-08-27 14:15:04 +0200 |
commit | 4a7d8036ee90bf84131573a32021d59b70d060bb (patch) | |
tree | 87b9201e0d0b2152f5a81456b2f7f468eb50ef4e /net-misc | |
parent | sys-process/htop: drop old (diff) | |
download | gentoo-4a7d8036ee90bf84131573a32021d59b70d060bb.tar.gz gentoo-4a7d8036ee90bf84131573a32021d59b70d060bb.tar.bz2 gentoo-4a7d8036ee90bf84131573a32021d59b70d060bb.zip |
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@gentoo.org>
Diffstat (limited to 'net-misc')
-rw-r--r-- | net-misc/chrony/chrony-3.5.1-r1.ebuild | 6 | ||||
-rw-r--r-- | net-misc/chrony/chrony-4.0_pre3.ebuild | 6 | ||||
-rw-r--r-- | 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 877718f60318..f08fcf89f2e4 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 877718f60318..f08fcf89f2e4 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 877718f60318..f08fcf89f2e4 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() { |