From 07e890a26483337a7ff60c4b62f2dd04fc96a3f7 Mon Sep 17 00:00:00 2001 From: jow 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 git-svn-id: svn://svn.openwrt.org/openwrt/trunk@45771 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- 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.11.0