don't quote @JAR_PATH@ as this prevents ~ from being escaped
This commit is contained in:
parent
fc4d7f1f43
commit
ca3dec0ae1
@ -1,5 +1,5 @@
|
|||||||
#!/bin/sh
|
#!/bin/sh
|
||||||
JAR_PATH="@JAR_PATH@"
|
JAR_PATH=@JAR_PATH@
|
||||||
|
|
||||||
if [ "$1" = "--file-selector" ]; then
|
if [ "$1" = "--file-selector" ]; then
|
||||||
RESULT=$(java -jar "$JAR_PATH" $(yad --file))
|
RESULT=$(java -jar "$JAR_PATH" $(yad --file))
|
||||||
|
Loading…
x
Reference in New Issue
Block a user