diff options
| author | Rafael H. Schloming <rhs@apache.org> | 2008-08-09 06:03:24 +0000 |
|---|---|---|
| committer | Rafael H. Schloming <rhs@apache.org> | 2008-08-09 06:03:24 +0000 |
| commit | ac1b730ae1c180c49b08ad3a66f89d142d3313c8 (patch) | |
| tree | 8d23500c5eb9ddd51cc76d6c3a76bc018b8830cf /java/common/bin | |
| parent | 258b72de02ef8940262b82eb4419463c4a69fc74 (diff) | |
| download | qpid-python-ac1b730ae1c180c49b08ad3a66f89d142d3313c8.tar.gz | |
QPID-1218: cleaned up the interface to IoTransport a bit; added IoAcceptor; fixed Session tracking of sync point; default JAVA inside qpid-run
git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk/qpid@684182 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'java/common/bin')
| -rwxr-xr-x | java/common/bin/qpid-run | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/java/common/bin/qpid-run b/java/common/bin/qpid-run index dc23b4b156..1de0048f48 100755 --- a/java/common/bin/qpid-run +++ b/java/common/bin/qpid-run @@ -66,6 +66,10 @@ if [ -z "$QPID_WORK" ]; then QPID_WORK=$HOME fi +if [ -z "$JAVA" ]; then + JAVA=java +fi + if $cygwin; then QPID_HOME=$(cygpath -w $QPID_HOME) QPID_WORK=$(cygpath -w $QPID_WORK) |
