diff options
| author | Gordon Sim <gsim@apache.org> | 2010-03-10 11:48:20 +0000 |
|---|---|---|
| committer | Gordon Sim <gsim@apache.org> | 2010-03-10 11:48:20 +0000 |
| commit | 2312ac871432b83b928be9f7403854ca7ef3af7a (patch) | |
| tree | 58f3ff546ab481134feed365e8b977b59d7d5587 /cpp/examples/verify | |
| parent | 822b3c8d4f3ccea6b24cfbd50a78f5bd703f4fdd (diff) | |
| download | qpid-python-2312ac871432b83b928be9f7403854ca7ef3af7a.tar.gz | |
QPID-2441: patch from Jan Sarenik that prevents verification failures when running the examples if locale is not as expected
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@921319 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'cpp/examples/verify')
| -rwxr-xr-x | cpp/examples/verify | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/cpp/examples/verify b/cpp/examples/verify index 43e1206a0c..9a1ed078d6 100755 --- a/cpp/examples/verify +++ b/cpp/examples/verify @@ -19,6 +19,7 @@ # under the License. # +export LC_ALL=C # Driver script to verify installed examples (also used for build tests.) # |
