diff options
| author | Martin Ritchie <ritchiem@apache.org> | 2008-11-26 18:23:31 +0000 |
|---|---|---|
| committer | Martin Ritchie <ritchiem@apache.org> | 2008-11-26 18:23:31 +0000 |
| commit | 0ccd6e225d96f96c86cf85a766a3a43ab4b05648 (patch) | |
| tree | 3a7b09ecd42aeed66ce6aa39822d80ca7eeefecb /qpid/java/management/eclipse-plugin/bin/qpidmc_motif.sh | |
| parent | f2495a5cfa78321bb21e0bd97734421c0c627024 (diff) | |
| download | qpid-python-0ccd6e225d96f96c86cf85a766a3a43ab4b05648.tar.gz | |
QPID-1243 : Applied patch from Robert Gemmell. Took a different approach for the linux binaries as the provided binaries requried a newer libc than I have. Also restored the qpidversion.properties file generation for this module that
git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk@720931 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'qpid/java/management/eclipse-plugin/bin/qpidmc_motif.sh')
| -rwxr-xr-x | qpid/java/management/eclipse-plugin/bin/qpidmc_motif.sh | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/qpid/java/management/eclipse-plugin/bin/qpidmc_motif.sh b/qpid/java/management/eclipse-plugin/bin/qpidmc_motif.sh index f53be75d87..f49759cc91 100755 --- a/qpid/java/management/eclipse-plugin/bin/qpidmc_motif.sh +++ b/qpid/java/management/eclipse-plugin/bin/qpidmc_motif.sh @@ -18,7 +18,4 @@ # under the License. # -os=`uname | tr A-Z a-z` -arch=`uname -p` - -$QPIDMC_HOME/bin/qpidmc.sh $os motif $arch +$QPIDMC_HOME/bin/qpidmc.sh motif |
