Browse Source

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 years ago
parent
commit
9467d17f0d
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      installer/linux/getjre.sh

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

@@ -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…
Cancel
Save