[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
bug#18898: Two portability patches
From: |
Thomas Klausner |
Subject: |
bug#18898: Two portability patches |
Date: |
Thu, 30 Oct 2014 00:36:08 +0100 |
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
0002-test-does-not-generally-support-as-comparison-operat.patch
Description: Text document
0001-NetBSD-provides-newlocale-and-strcoll_l-but-not-usel.patch
Description: Text document
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- bug#18898: Two portability patches,
Thomas Klausner <=