bug#18898: Two portability patches

2014-11-11 Thread Mark H Weaver
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.

bug#18898: Two portability patches

2014-10-29 Thread Thomas Klausner
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