From 7821f54f1884b7def6789830d80b364a2dbaea6d Mon Sep 17 00:00:00 2001 From: David Levine Date: Tue, 12 Jun 2012 21:16:34 -0500 Subject: [PATCH] Fixed the export of LC_ALL so that it work with old Bourne shell. --- test/scan/test-scan-multibyte | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/scan/test-scan-multibyte b/test/scan/test-scan-multibyte index bd0da47..ce4ec69 100755 --- 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 -- 1.7.10.4