Explorar el Código

Backport fix for issue 1744

git-svn-id: http://svn.dmdirc.com/branches/0.6@4646 00569f92-eb28-0410-84fd-f71c24880f
remotes/0.6
Shane Mc Cormack hace 16 años
padre
commit
9467d17f0d
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1
    1
      installer/linux/getjre.sh

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

@@ -195,7 +195,7 @@ if [ $result -eq 0 ]; then
195 195
 		fi;
196 196
 	done;
197 197
 	wgetpid=""
198
-	if [ "${ISFREEBSD}" != "" ]; then
198
+	if [ "${ISFREEBSD}" != "" -o "${ISAINFO}" != "" ]; then
199 199
 		echo "Killing progressbar"
200 200
 		kill ${progressbarpid}
201 201
 	fi;

Loading…
Cancelar
Guardar