diff options
author | Joey Hess <joey@kitenet.net> | 2008-07-12 17:25:43 -0400 |
---|---|---|
committer | Joey Hess <joey@kitenet.net> | 2008-07-12 17:25:43 -0400 |
commit | 4f51703fea8b4d8872be207cf6e3d00e3c64253d (patch) | |
tree | 0098dc83a244d267591eadecd5dd951adc2c073e /doc | |
parent | 9b62dac4bcf62f3a1f76ec5a7ed5a90db16ea1c8 (diff) |
web commit by intrigeri: bug submission
Diffstat (limited to 'doc')
-rw-r--r-- | doc/bugs/package_build_fails_in_non-English_environment.mdwn | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/doc/bugs/package_build_fails_in_non-English_environment.mdwn b/doc/bugs/package_build_fails_in_non-English_environment.mdwn new file mode 100644 index 000000000..1e5c72fd8 --- /dev/null +++ b/doc/bugs/package_build_fails_in_non-English_environment.mdwn @@ -0,0 +1,3 @@ +basewiki_brokenlinks.t fails when running dpkg-buildpackage in non-English environment : it greps for an (non-)error message that is i18n'd. + +The `LANG=` on line 9 does not seem to do what it's supposed to, go figure. |