summarylogtreecommitdiffstats
path: root/touchosc-editor.sh
diff options
context:
space:
mode:
authorJean Lucas2020-08-21 17:44:27 -0400
committerJean Lucas2020-08-21 17:44:27 -0400
commit6396122a4f942ec55dd83ef6970570ff5afdedd1 (patch)
tree7b88fed609d560b0df9266def383e4c8e0d0ecb0 /touchosc-editor.sh
parent478901874c3f5fef884ae9c15681911119af09c8 (diff)
downloadaur-6396122a4f942ec55dd83ef6970570ff5afdedd1.tar.gz
1.8.9
Diffstat (limited to 'touchosc-editor.sh')
-rw-r--r--[-rwxr-xr-x]touchosc-editor.sh4
1 files changed, 1 insertions, 3 deletions
diff --git a/touchosc-editor.sh b/touchosc-editor.sh
index 87b83e5e0c58..9b8517bd7f95 100755..100644
--- a/touchosc-editor.sh
+++ b/touchosc-editor.sh
@@ -1,5 +1,3 @@
-#! /bin/bash
+#!/usr/bin/env sh
-# Launch the TouchOSC editor. NOTE: While we do pass arguments on the command
-# line, at present the Java application just ignores these on Linux.
exec java -jar /usr/share/java/TouchOSCEditor.jar "$@"