summarylogtreecommitdiffstats
path: root/webcamstudio.sh
diff options
context:
space:
mode:
authorjose17112019-01-16 09:29:02 +0100
committerjose17112019-01-16 09:29:02 +0100
commit8558137c5ce4fed5d6a45b4f677833e1bd4f9fdf (patch)
treef3c4bd49df9f908b782c146f9182b64ce2e9f5ac /webcamstudio.sh
parentcf78df497fa25ef5ed1dc1e14db8f3f0a63d1246 (diff)
downloadaur-8558137c5ce4fed5d6a45b4f677833e1bd4f9fdf.tar.gz
Adopted and fixed invocation
Diffstat (limited to 'webcamstudio.sh')
-rw-r--r--webcamstudio.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/webcamstudio.sh b/webcamstudio.sh
index 254421b51873..2cfd0c74befc 100644
--- a/webcamstudio.sh
+++ b/webcamstudio.sh
@@ -1,4 +1,4 @@
#!/bin/bash
pushd /usr/share/webcamstudio > /dev/null \
- && java -jar WebcamStudio.jar "$@" \
+ && java -cp 'WebcamStudio.jar:lib/*' webcamstudio.WebcamStudio "$@" \
&& popd > /dev/null