We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 68445b0 commit 0104ab7Copy full SHA for 0104ab7
visualvm/launcher/visualvm
@@ -38,8 +38,8 @@ while [ -h "$PRG" ]; do
38
fi
39
done
40
41
-if [ -f `dirname "$PRG"`/../Resources/visualvm/etc/visualvm.conf ] ; then
42
- PRG=`dirname "$PRG"`/../Resources/visualvm/bin/visualvm
+if [ -f "`dirname "$PRG"`/../Resources/visualvm/etc/visualvm.conf" ] ; then
+ PRG="`dirname "$PRG"`/../Resources/visualvm/bin/visualvm"
43
44
45
progdir=`dirname "$PRG"`
0 commit comments