From: Jo-Philipp Wich 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=af3ff424675ac28c33aab4e7317b6f93814461e8;p=15.05%2Fopenwrt.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