diff options
Diffstat (limited to 'sca-cpp/trunk/components/queue/qpidd-stop')
-rwxr-xr-x | sca-cpp/trunk/components/queue/qpidd-stop | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sca-cpp/trunk/components/queue/qpidd-stop b/sca-cpp/trunk/components/queue/qpidd-stop index 3baf2fee27..bb43d8aaba 100755 --- a/sca-cpp/trunk/components/queue/qpidd-stop +++ b/sca-cpp/trunk/components/queue/qpidd-stop @@ -18,7 +18,7 @@ # under the License. # Stop qpidd -here=`readlink -f $0`; here=`dirname $here` +here=`echo "import os; print os.path.realpath('$0')" | python`; here=`dirname $here` qpid_prefix=`cat $here/qpidc.prefix` qpidd="$qpid_prefix/sbin/qpidd" |