Thomas Klausner writes:
> test does not generally support '==' as comparison operator.
>
> It's a bash(1) feature; not even GNU coreutils test(1) supports it.
> Use '=' instead.
Fixed in 03242f398f3520b1b27caf5885c8d5600094f944.
> NetBSD provides newlocale and strcoll_l, but not uselocale.
Hi!
The attached patches against git as of right-now fix two issues:
1.
test does not generally support '==' as comparison operator.
It's a bash(1) feature; not even GNU coreutils test(1) supports it.
Use '=' instead.
2.
NetBSD provides newlocale and strcoll_l, but not uselocale.
Please