summaryrefslogtreecommitdiff
path: root/cpp/examples/verify_all
diff options
context:
space:
mode:
authorAlan Conway <aconway@apache.org>2008-02-12 21:57:36 +0000
committerAlan Conway <aconway@apache.org>2008-02-12 21:57:36 +0000
commit2dc35740d139bfd2eba10e6be779a8c0df630c93 (patch)
treeb1e7a4cdc83685862934333182599d14f5b2780f /cpp/examples/verify_all
parent4aa720a20b4358302e806e58852e2469d90fc605 (diff)
downloadqpid-python-2dc35740d139bfd2eba10e6be779a8c0df630c93.tar.gz
Fix verify error in Makefile.am
git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk/qpid@627141 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'cpp/examples/verify_all')
-rwxr-xr-xcpp/examples/verify_all2
1 files changed, 1 insertions, 1 deletions
diff --git a/cpp/examples/verify_all b/cpp/examples/verify_all
index 3eb88c7718..e6d75929b2 100755
--- a/cpp/examples/verify_all
+++ b/cpp/examples/verify_all
@@ -4,7 +4,7 @@
src=$1 ; build=$2
-verify=$src/../bin/verify
+verify=./verify
qpidd=$build/src/qpidd
cpp=$build/examples/examples
python=$src/../python