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

Skip to content
Snippets Groups Projects
Verified Commit 0c4fd2db authored by idk's avatar idk
Browse files

quote JAVA_HOME during jbigi build

parent 6ad90ca3
No related branches found
No related tags found
No related merge requests found
...@@ -25,7 +25,7 @@ mkdir -p lib bin/local ...@@ -25,7 +25,7 @@ mkdir -p lib bin/local
# If JAVA_HOME isn't set, try to figure it out on our own # If JAVA_HOME isn't set, try to figure it out on our own
[ -z $JAVA_HOME ] && . ../find-java-home [ -z "$JAVA_HOME" ] && . ../find-java-home
if [ ! -f "$JAVA_HOME/include/jni.h" ]; then if [ ! -f "$JAVA_HOME/include/jni.h" ]; then
echo "ERROR: Cannot find jni.h! Looked in \"$JAVA_HOME/include/jni.h\"" >&2 echo "ERROR: Cannot find jni.h! Looked in \"$JAVA_HOME/include/jni.h\"" >&2
echo "Please set JAVA_HOME to a java home that has the JNI" >&2 echo "Please set JAVA_HOME to a java home that has the JNI" >&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