Skip to content

Commit bbe606f

Browse files
sunflsksairsquared
authored andcommitted
Enable usage of java binary in a path with spaces
1 parent 4ac5ac1 commit bbe606f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dist/linux/blobsaver

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,4 +26,4 @@ else
2626
fi
2727
# find the directory this bash script is in (https://stackoverflow.com/a/246128/)
2828
DIR="$(cd "$(dirname "${BASH_SOURCE[0]}")" > /dev/null 2>&1 && pwd)"
29-
$JAVA -jar "$DIR/blobsaver.jar" "$@"
29+
"$JAVA" -jar "$DIR/blobsaver.jar" "$@"

0 commit comments

Comments
 (0)