Browse Source

Show what java binary was found.


git-svn-id: http://svn.dmdirc.com/trunk@4237 00569f92-eb28-0410-84fd-f71c24880f
tags/0.6
Shane Mc Cormack 16 years ago
parent
commit
baed328e5b
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      installer/linux/setup.sh

+ 1
- 1
installer/linux/setup.sh View File

141
 }
141
 }
142
 
142
 
143
 if [ "" != "${JAVA}" ]; then
143
 if [ "" != "${JAVA}" ]; then
144
-	echo "Success!"
144
+	echo "Success! ("${JAVA}")"
145
 else
145
 else
146
 	echo "Failed!"
146
 	echo "Failed!"
147
 	installjre "install"
147
 	installjre "install"

Loading…
Cancel
Save