summaryrefslogtreecommitdiff
path: root/textproc/qrcodegen/files
diff options
context:
space:
mode:
Diffstat (limited to 'textproc/qrcodegen/files')
-rw-r--r--textproc/qrcodegen/files/qrcodegen.in1
1 files changed, 1 insertions, 0 deletions
diff --git a/textproc/qrcodegen/files/qrcodegen.in b/textproc/qrcodegen/files/qrcodegen.in
index 05eadc249d9a..4d7042557b37 100644
--- a/textproc/qrcodegen/files/qrcodegen.in
+++ b/textproc/qrcodegen/files/qrcodegen.in
@@ -1,5 +1,6 @@
#!/bin/sh
cd %%DATADIR%%
+export JAVA_VERSION="%%JAVA_VERSION%%"
exec %%LOCALBASE%%/bin/java -jar QRCodeGen.jar "$@"