Skip to content

Commit

Permalink
Java version on top level run is non fatal
Browse files Browse the repository at this point in the history
weird, in lower scripts it is detected
  • Loading branch information
judovana committed Feb 22, 2024
1 parent c971188 commit 7400ada
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion run.sh
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ function globalInfo() {
echo "no java found!"
LJAVA=java
fi
${LJAVA} -version 2>>outlog-global
${LJAVA} -version 2>>outlog-global || true
echo "NOCOMP=${NOCOMP}">>outlog-global
echo "GC=${GC}">>outlog-global
echo "OTOOL_garbageCollector=${OTOOL_garbageCollector}">>outlog-global
Expand Down

0 comments on commit 7400ada

Please sign in to comment.