aboutsummaryrefslogtreecommitdiffhomepage
path: root/ilua-wrapper.sh
diff options
context:
space:
mode:
Diffstat (limited to 'ilua-wrapper.sh')
-rwxr-xr-xilua-wrapper.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/ilua-wrapper.sh b/ilua-wrapper.sh
index 51bf382..d635445 100755
--- a/ilua-wrapper.sh
+++ b/ilua-wrapper.sh
@@ -4,5 +4,5 @@
# Also, it's useful as you do not have to change the directory before invoking ILua.
# Thirdly, if you create a symbolic link to lua in a Python environment of ILua, this invoke
# Applause by default and it will even work with Jupyter Notebooks without further tweaks.
-cd $(dirname $(readlink "$0"))
+cd $(dirname $(realpath "$0"))
exec ./applause $APPLAUSE_OPTS "$@"