aboutsummaryrefslogtreecommitdiff
path: root/extra/burning-ship-lattice-gen.sh
diff options
context:
space:
mode:
Diffstat (limited to 'extra/burning-ship-lattice-gen.sh')
-rwxr-xr-xextra/burning-ship-lattice-gen.sh4
1 files changed, 3 insertions, 1 deletions
diff --git a/extra/burning-ship-lattice-gen.sh b/extra/burning-ship-lattice-gen.sh
index 1a39c0d..0cb66a1 100755
--- a/extra/burning-ship-lattice-gen.sh
+++ b/extra/burning-ship-lattice-gen.sh
@@ -1,3 +1,5 @@
#!/bin/sh
-exec ./burning-ship-gen -x -1.8 -y -0.082 -z 0.09 $@
+ourdir="$(dirname $0)"
+
+exec "${ourdir}/../burning-ship-gen" -x -1.755 -y -0.037 -z 0.09 $@