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 344de5d..b5494f8 100755
--- a/ilua-wrapper.sh
+++ b/ilua-wrapper.sh
@@ -5,4 +5,4 @@
# 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 -m "$0"))
-exec ./applause -o 2 "$@"
+exec ./applause $APPLAUSE_OPTS "$@"