From 2312ac871432b83b928be9f7403854ca7ef3af7a Mon Sep 17 00:00:00 2001 From: Gordon Sim Date: Wed, 10 Mar 2010 11:48:20 +0000 Subject: 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 --- cpp/examples/verify_all | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'cpp/examples/verify_all') diff --git a/cpp/examples/verify_all b/cpp/examples/verify_all index baffd422ad..9d71c7498a 100755 --- a/cpp/examples/verify_all +++ b/cpp/examples/verify_all @@ -48,7 +48,7 @@ if test -z "$exclude_regexp"; then run_examples=$all_examples else for f in $all_examples; do - { cat $f | grep $exclude_regexp > /dev/null ; } || run_examples="$run_examples $f" + { echo $f | grep $exclude_regexp > /dev/null ; } || run_examples="$run_examples $f" done fi $verify $topsrcdir $topbuilddir $run_examples -- cgit v1.2.1