diff options
-rw-r--r-- | java/common/etc/qpid-run.conf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/java/common/etc/qpid-run.conf b/java/common/etc/qpid-run.conf index f4391c6116..3ba1a462ef 100644 --- a/java/common/etc/qpid-run.conf +++ b/java/common/etc/qpid-run.conf @@ -14,7 +14,7 @@ # limitations under the License. # -BLAZE_LIBS=$(find ${BLAZE_HOME}/lib -name "*.jar" -print | sed -e :a -e '$!N;s/\n/:/;ta' -e 'P;D') +QPID_LIBS=$(find ${QPID_HOME}/lib -name "*.jar" -print | sed -e :a -e '$!N;s/\n/:/;ta' -e 'P;D') export JAVA=java \ JAVA_VM=-server \ |