diff options
author | Joey Hess <joeyh@joeyh.name> | 2015-03-14 13:23:56 -0400 |
---|---|---|
committer | Joey Hess <joeyh@joeyh.name> | 2015-03-14 13:23:56 -0400 |
commit | 0dd5ff64bf4dba9a2e54c7f29c96998af5dcebce (patch) | |
tree | 6634e3c1a33711652b9c368a6c300610455bb300 /debian/changelog | |
parent | e0e6a2c6c5b9a00d7c9dce29c85fb906dbbfa163 (diff) |
Set LANG=C internally when doing some operations that have been reported to fail in other locales.
Bug report:
> + egrep -q '[^-a-z_]'
> + echo 'etckeeper: invalid command init'
Strangely, I cannot reproduce this problem when using the
LANG=et_EE.UTF-8 locale. I guess our egreps are somehow behaving
differently, even though a-z is not a character class that should be
affected by locale AFAIK.
I'll go ahead and set LANG=C when calling things that use character
classes.
Diffstat (limited to 'debian/changelog')
-rw-r--r-- | debian/changelog | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog index 1f76b65..47012d0 100644 --- a/debian/changelog +++ b/debian/changelog @@ -2,6 +2,8 @@ etckeeper (1.18) UNRELEASED; urgency=medium * Send yum pre-commit output to /dev/null Thanks, Andrew Colin Kissa + * Set LANG=C internally when doing some operations that have + been reported to fail in other locales. -- Joey Hess <id@joeyh.name> Tue, 17 Feb 2015 20:56:01 -0400 |