소스 검색

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…
취소
저장