Skip to content

Commit d610176

Browse files
committed
Try to follow symlinks
1 parent e02b1bf commit d610176

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
#!/bin/sh
2-
BASEDIR=$(dirname "$0")
2+
BASEDIR=$(dirname $(readlink -f "$0"))
33
ABS_PATH=$(cd "$BASEDIR"; pwd)
4-
mono "$ABS_PATH/ipy.exe" "$@"
4+
mono "$ABS_PATH/ipy.exe" "$@"

0 commit comments

Comments
 (0)