We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e02b1bf commit d610176Copy full SHA for d610176
src/executables/IronPython.Console/ipy-mono.sh
@@ -1,4 +1,4 @@
1
#!/bin/sh
2
-BASEDIR=$(dirname "$0")
+BASEDIR=$(dirname $(readlink -f "$0"))
3
ABS_PATH=$(cd "$BASEDIR"; pwd)
4
-mono "$ABS_PATH/ipy.exe" "$@"
+mono "$ABS_PATH/ipy.exe" "$@"
0 commit comments