Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 650152 - sys-devel/autoconf-wrapper: bashisms in /usr/lib/misc/ac-wrapper.sh
Summary: sys-devel/autoconf-wrapper: bashisms in /usr/lib/misc/ac-wrapper.sh
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Gentoo's Team for Core System packages
URL:
Whiteboard:
Keywords: PATCH
Depends on:
Blocks:
 
Reported: 2018-03-10 22:40 UTC by Scall
Modified: 2018-04-26 10:52 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments
ac-wrapper.sh.patch (ac-wrapper.sh.patch,526 bytes, patch)
2018-03-10 22:41 UTC, Scall
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Scall 2018-03-10 22:40:24 UTC
/usr/lib/misc/ac-wrapper.sh contains bashisms that should be fixed.

> checkbashisms /usr/lib/misc/ac-wrapper.sh
possible bashism in /usr/lib/misc/ac-wrapper.sh line 158 (brace expansion):
                acfiles=$(ls ac{local,include}.m4 configure.{in,ac} 2>/dev/null)
Comment 1 Scall 2018-03-10 22:41:50 UTC
Created attachment 523380 [details, diff]
ac-wrapper.sh.patch
Comment 2 Larry the Git Cow gentoo-dev 2018-04-26 10:52:25 UTC
The bug has been closed via the following commit(s):

https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=14f137cd0a9f2495e0013adbbfe71946fc42550d

commit 14f137cd0a9f2495e0013adbbfe71946fc42550d
Author:     Lars Wendler <polynomial-c@gentoo.org>
AuthorDate: 2018-04-26 10:37:11 +0000
Commit:     Lars Wendler <polynomial-c@gentoo.org>
CommitDate: 2018-04-26 10:52:19 +0000

    sys-devel/autoconf-wrapper: Don't use bashisms.
    
    Closes: https://bugs.gentoo.org/650152
    Package-Manager: Portage-2.3.31, Repoman-2.3.9

 .../{autoconf-wrapper-13.ebuild => autoconf-wrapper-13-r1.ebuild} | 8 +++++---
 sys-devel/autoconf-wrapper/files/ac-wrapper-13.sh                 | 4 ++--
 2 files changed, 7 insertions(+), 5 deletions(-)