Fixed the export of LC_ALL so that it work with old Bourne shell.
authorDavid Levine <levinedl@acm.org>
Wed, 13 Jun 2012 02:16:34 +0000 (21:16 -0500)
committerDavid Levine <levinedl@acm.org>
Wed, 13 Jun 2012 02:16:34 +0000 (21:16 -0500)
test/scan/test-scan-multibyte

index bd0da47..ce4ec69 100755 (executable)
@@ -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