From: jow Date: Wed, 27 May 2015 08:29:10 +0000 (+0000) Subject: scripts: ensure that ipkg-make-index.sh exits successfully X-Git-Url: http://207.154.207.93/?a=commitdiff_plain;h=07e890a26483337a7ff60c4b62f2dd04fc96a3f7;p=openwrt.git 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 --- 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