diff options
author | Alan Conway <aconway@apache.org> | 2010-11-10 21:50:32 +0000 |
---|---|---|
committer | Alan Conway <aconway@apache.org> | 2010-11-10 21:50:32 +0000 |
commit | 332081014d8a62c8f75c36b9d53af01e29b1f9af (patch) | |
tree | 2dda8dd38ab1c5fe789774a42268573926631815 /cpp/src | |
parent | 9aec9a833c8081088a9248e59db5e02e0b6abff9 (diff) | |
download | qpid-python-332081014d8a62c8f75c36b9d53af01e29b1f9af.tar.gz |
test_env.sh.in: Remove un-necessary absdir for @prefix@, prefix is always absolute.
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@1033740 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'cpp/src')
-rw-r--r-- | cpp/src/tests/test_env.sh.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cpp/src/tests/test_env.sh.in b/cpp/src/tests/test_env.sh.in index b5c3b0fa3d..842d7729cb 100644 --- a/cpp/src/tests/test_env.sh.in +++ b/cpp/src/tests/test_env.sh.in @@ -26,7 +26,7 @@ top_srcdir=`absdir @abs_top_srcdir@` top_builddir=`absdir @abs_top_builddir@` moduledir=$top_builddir/src@builddir_lib_suffix@ testmoduledir=$builddir@builddir_lib_suffix@ -export QPID_INSTALL_PREFIX=`absdir @prefix@` +export QPID_INSTALL_PREFIX=@prefix@ # Python paths and directories export PYTHON_DIR=$builddir/python |