don't quote @JAR_PATH@ as this prevents ~ from being escaped

This commit is contained in:
Adrian Kuschelyagi Malacoda 2021-10-10 23:42:49 -05:00
parent fc4d7f1f43
commit ca3dec0ae1

View File

@ -1,5 +1,5 @@
#!/bin/sh
JAR_PATH="@JAR_PATH@"
JAR_PATH=@JAR_PATH@
if [ "$1" = "--file-selector" ]; then
RESULT=$(java -jar "$JAR_PATH" $(yad --file))