Skip to content

Commit

Permalink
Update igv.sh (#1481)
Browse files Browse the repository at this point in the history
There is an extra "echo" in line 15. So I just removed it.
  • Loading branch information
Shall-We-Dance authored Feb 3, 2024
1 parent a9653cc commit ed83c8f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions scripts/igv.sh
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ prefix=`dirname $(readlink -f $0 || echo $0)`

# Check whether or not to use the bundled JDK
if [ -d "${prefix}/jdk-17" ]; then
echo echo "Using bundled JDK."
echo "Using bundled JDK."
JAVA_HOME="${prefix}/jdk-17"
PATH=$JAVA_HOME/bin:$PATH
else
Expand All @@ -38,4 +38,4 @@ else
-Djava.net.preferIPv4Stack=true \
-Djava.net.useSystemProxies=true \
--module=org.igv/org.broad.igv.ui.Main "$@"
fi
fi

0 comments on commit ed83c8f

Please sign in to comment.