i2p: 0.9.42 -> 0.9.47

This commit is contained in:
Pavol Rusnak
2020-08-28 14:40:11 +02:00
parent 80c458bbc7
commit 0e6520beac
2 changed files with 6 additions and 6 deletions
+1 -1
View File
@@ -19,7 +19,7 @@ index eb4995dfe..0186cede3 100644
# Try using the Java binary that I2P was installed with.
# If it's not found, try looking in the system PATH.
-JAVA=$(which %JAVA_HOME/bin/java || which java)
-JAVA=$(which "%JAVA_HOME"/bin/java || which java)
+JAVA=%JAVA%
if [ -z $JAVA ] || [ ! -x $JAVA ]; then