Преглед изворни кода

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 пре 16 година
родитељ
комит
9467d17f0d
1 измењених фајлова са 1 додато и 1 уклоњено
  1. 1
    1
      installer/linux/getjre.sh

+ 1
- 1
installer/linux/getjre.sh Прегледај датотеку

@@ -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…
Откажи
Сачувај