Explorar el Código

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 hace 16 años
padre
commit
baed328e5b
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1
    1
      installer/linux/setup.sh

+ 1
- 1
installer/linux/setup.sh Ver fichero

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

Loading…
Cancelar
Guardar