On 18/05/10 22:15, Jim Meyering wrote:
> Hi Pádraig,
>
> I've just noticed this failure:
>
> http://hydra.nixos.org/build/411307/nixlog/1/raw
>
> but don't have time to look at it now.
> I suspect that LC_ALL=none is the problem.
Sigh, I noticed the failure right after I checked in,
and thought I had fixed it with 144d6e5f, but misread
the tarball and manual successes as a build success :(
This should hopefully fix it.
sorry,
Pádraig.
diff --git a/tests/misc/sort-debug-keys b/tests/misc/sort-debug-keys
index 0f05025..6714a47 100755
--- a/tests/misc/sort-debug-keys
+++ b/tests/misc/sort-debug-keys
@@ -300,7 +300,8 @@ _____
___________________
EOF
-if test "$LOCALE_FR_UTF8"; then
+: ${LOCALE_FR_UTF8=none}
+if test "$LOCALE_FR_UTF8" != "none"; then