I2P Address: [http://git.idk.i2p]

Skip to content
Snippets Groups Projects
Commit c5db5f0d authored by meeh's avatar meeh
Browse files

Fix runplain.sh for OSX. See #2299

parent 3d75b3dc
No related branches found
No related tags found
No related merge requests found
...@@ -25,7 +25,7 @@ CP= ...@@ -25,7 +25,7 @@ CP=
# Try using the Java binary that I2P was installed with. # Try using the Java binary that I2P was installed with.
# If it's not found, try looking in the system PATH. # 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)
if [ -z $JAVA ] || [ ! -x $JAVA ]; then if [ -z $JAVA ] || [ ! -x $JAVA ]; then
echo "Error: Cannot find java." >&2 echo "Error: Cannot find java." >&2
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment