summarylogtreecommitdiffstats
path: root/junipersknot
diff options
context:
space:
mode:
Diffstat (limited to 'junipersknot')
-rwxr-xr-xjunipersknot4
1 files changed, 3 insertions, 1 deletions
diff --git a/junipersknot b/junipersknot
index c8f73af8859f..f8ebbc6cbc5f 100755
--- a/junipersknot
+++ b/junipersknot
@@ -1,2 +1,4 @@
#!/bin/sh
-exec env RENPY_BASE=${RENPY_BASE:-/usr/share/renpy/} python2 -OO "/usr/share/junipersknot/Juniper's Knot.py" /usr/share/junipersknot "$@"
+cd /usr/share/junipersknot
+exec "./Juniper's Knot.sh"
+