enable.sh
changeset 256 909a3a079daf
parent 224 f60555898df4
child 322 f4a00b2d8bfb
--- a/enable.sh	Wed Jun 06 01:06:11 2012 +0200
+++ b/enable.sh	Tue Jun 05 21:42:12 2012 +0200
@@ -1,6 +1,6 @@
 #!/bin/sh
 
-here=`readlink -f "$0"`
+here=`python -c "import os; print os.path.realpath('$0')"`
 repo_root=`dirname "$here"`
 
 if !( hg --version -q | grep -qe 'version 2\.[1-9]' ); then