Closed thesamesam closed 1 year ago
For such simple fixes, sure. Overall, Apertium requires that Bash is installed, even if it's not /bin/sh
.
Yeah, that's no problem. It's a requirement specifically for configure just because of its shebang. I'm not looking to impose non-Bash requirements everywhere, indeed, Gentoo relies heavily on it.
It's purely about /bin/sh.
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.
Signed-off-by: Sam James sam@gentoo.org