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 merge them. Thanks, Thomas