aboutsummaryrefslogtreecommitdiffstats
path: root/scripts/ipkg-make-index.sh
diff options
context:
space:
mode:
authorJo-Philipp Wich <jow@openwrt.org>2015-05-27 08:29:10 +0000
committerJo-Philipp Wich <jow@openwrt.org>2015-05-27 08:29:10 +0000
commit4d96170c32c8f4ae54d1a632261c13f2b19eed1e (patch)
tree9075c0bdce8282e45e18ae2a5f8a159f55518801 /scripts/ipkg-make-index.sh
parenta28470a3cca487ca8db2342e3dfb23e82510732a (diff)
downloadupstream-4d96170c32c8f4ae54d1a632261c13f2b19eed1e.tar.gz
upstream-4d96170c32c8f4ae54d1a632261c13f2b19eed1e.tar.bz2
upstream-4d96170c32c8f4ae54d1a632261c13f2b19eed1e.zip
scripts: ensure that ipkg-make-index.sh exits successfully
Signed-off-by: Jo-Philipp Wich <jow@openwrt.org> SVN-Revision: 45771
Diffstat (limited to 'scripts/ipkg-make-index.sh')
-rwxr-xr-xscripts/ipkg-make-index.sh1
1 files changed, 1 insertions, 0 deletions
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