scripts: ensure that ipkg-make-index.sh exits successfully

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

SVN-Revision: 45771
This commit is contained in:
Jo-Philipp Wich 2015-05-27 08:29:10 +00:00
parent a28470a3cc
commit 4d96170c32

View File

@ -31,3 +31,4 @@ Description:/"
echo ""
done
[ -n "$empty" ] && echo
exit 0