i2p: 0.9.42 -> 0.9.47
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user