From: David Levine Date: Wed, 13 Jun 2012 02:16:34 +0000 (-0500) Subject: Fixed the export of LC_ALL so that it work with old Bourne shell. X-Git-Url: http://git.marmaro.de/?a=commitdiff_plain;ds=sidebyside;h=7821f54f1884b7def6789830d80b364a2dbaea6d;p=mmh Fixed the export of LC_ALL so that it work with old Bourne shell. --- 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