Closed thesamesam closed 2 years ago
Looks good to me (and I'm the one who accidentally introduced that bashism).
@jpandre any chance you could take a look? cheers!
Well, your proposal has been approved (I also agree with it), and it is not security related. You only have to wait for the next release.
This has been approved and cherry-picked into edge
, so it's good for inclusion in the next release. Thanks!
configure scripts need to be runnable with a POSIX-compliant /bin/sh.
On many (but not all!) systems, /bin/sh is provided by Bash, so errors like this aren't spotted. Notably Debian defaults to /bin/sh provided by dash which doesn't tolerate such bashisms as '=='.
This retains compatibility with bash.
Fixes configure warnings/errors like:
Signed-off-by: Sam James sam@gentoo.org