소스 검색

no return

Bob Mottram 8 년 전
부모
커밋
3dc4278e3e
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  1. 1
    0
      src/freedombone-selector

+ 1
- 0
src/freedombone-selector 파일 보기

@@ -61,6 +61,7 @@ function app_is_installed {
61 61
 	app_name="$1"
62 62
 	if [ ! -f $COMPLETION_FILE ]; then
63 63
 		echo "0"
64
+		return
64 65
 	fi
65 66
 
66 67
 	if ! grep -Fxq "install_${app_name}" $COMPLETION_FILE; then