summarylogtreecommitdiffstats
path: root/tla2tex
diff options
context:
space:
mode:
authorDavid Barri2019-03-22 21:38:04 +1100
committerDavid Barri2019-03-22 21:38:04 +1100
commitebc2a268b0e1e40e07ea3e28fc436bbd8d02a20d (patch)
tree3c721cc23333459317bd614fe064a55093b9f435 /tla2tex
parent87fc71999a4c5cc65003575d5f7973325ae094ab (diff)
downloadaur-ebc2a268b0e1e40e07ea3e28fc436bbd8d02a20d.tar.gz
Support env vars: TLA_JAVA_{,_OPTS},TLC_{JAVA_,}OPTS
Diffstat (limited to 'tla2tex')
-rwxr-xr-xtla2tex2
1 files changed, 1 insertions, 1 deletions
diff --git a/tla2tex b/tla2tex
index 1ca0ac7f44d5..748e9889a5c0 100755
--- a/tla2tex
+++ b/tla2tex
@@ -1,2 +1,2 @@
#!/bin/sh
-exec tla-tools tla2tex.TLA "$@"
+exec "$(dirname "$0")"/tla-tools tla2tex.TLA "$@"