소스 검색

scripts: ensure that ipkg-make-index.sh exits successfully

Signed-off-by: Jo-Philipp Wich <[email protected]>

SVN-Revision: 45771
Jo-Philipp Wich 10 년 전
부모
커밋
4d96170c32
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  1. 1 0
      scripts/ipkg-make-index.sh

+ 1 - 0
scripts/ipkg-make-index.sh

@@ -31,3 +31,4 @@ Description:/"
 	echo ""
 done
 [ -n "$empty" ] && echo
+exit 0