summaryrefslogtreecommitdiffstats
path: root/sca-cpp/trunk/components/chat/vysper-start
diff options
context:
space:
mode:
Diffstat (limited to 'sca-cpp/trunk/components/chat/vysper-start')
-rwxr-xr-xsca-cpp/trunk/components/chat/vysper-start2
1 files changed, 1 insertions, 1 deletions
diff --git a/sca-cpp/trunk/components/chat/vysper-start b/sca-cpp/trunk/components/chat/vysper-start
index af95ecadf4..b7fcad5217 100755
--- a/sca-cpp/trunk/components/chat/vysper-start
+++ b/sca-cpp/trunk/components/chat/vysper-start
@@ -18,7 +18,7 @@
# under the License.
# Start Vysper test XMPP server
-here=`readlink -f $0`; here=`dirname $here`
+here=`echo "import os; print os.path.realpath('$0')" | python`; here=`dirname $here`
java_prefix=`cat $here/../../modules/java/java.prefix`
mkdir -p $here/tmp/logs