projects
/
mmh
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e0773dd
)
Fixed the export of LC_ALL so that it work with old Bourne shell.
author
David Levine
<levinedl@acm.org>
Wed, 13 Jun 2012 02:16:34 +0000
(21:16 -0500)
committer
David Levine
<levinedl@acm.org>
Wed, 13 Jun 2012 02:16:34 +0000
(21:16 -0500)
test/scan/test-scan-multibyte
patch
|
blob
|
history
diff --git
a/test/scan/test-scan-multibyte
b/test/scan/test-scan-multibyte
index
bd0da47
..
ce4ec69
100755
(executable)
--- a/
test/scan/test-scan-multibyte
+++ b/
test/scan/test-scan-multibyte
@@
-26,7
+26,7
@@
if test "${MULTIBYTE_ENABLED}" -ne 1; then
test_skip "configure did not detect multibyte support"
fi
-export LC_ALL=en_US.UTF-8
+LC_ALL=en_US.UTF-8; export LC_ALL
#
# Create a test message with RFC 2047 headers we can scan