--- 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