From 4d96170c32c8f4ae54d1a632261c13f2b19eed1e Mon Sep 17 00:00:00 2001
From: Jo-Philipp Wich <jow@openwrt.org>
Date: Wed, 27 May 2015 08:29:10 +0000
Subject: [PATCH] scripts: ensure that ipkg-make-index.sh exits successfully

Signed-off-by: Jo-Philipp Wich <jow@openwrt.org>

SVN-Revision: 45771
---
 scripts/ipkg-make-index.sh | 1 +
 1 file changed, 1 insertion(+)

diff --git a/scripts/ipkg-make-index.sh b/scripts/ipkg-make-index.sh
index 12d143a044..1822227413 100755
--- a/scripts/ipkg-make-index.sh
+++ b/scripts/ipkg-make-index.sh
@@ -31,3 +31,4 @@ Description:/"
 	echo ""
 done
 [ -n "$empty" ] && echo
+exit 0
-- 
2.30.2