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-Tag: reboot~2979 X-Git-Url: http://git.openwrt.org/?p=openwrt%2Fopenwrt.git;a=commitdiff_plain;h=4d96170c32c8f4ae54d1a632261c13f2b19eed1e scripts: ensure that ipkg-make-index.sh exits successfully Signed-off-by: Jo-Philipp Wich SVN-Revision: 45771 --- 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