diff options
author | Jo-Philipp Wich <jow@openwrt.org> | 2015-05-27 08:29:10 +0000 |
---|---|---|
committer | Jo-Philipp Wich <jow@openwrt.org> | 2015-05-27 08:29:10 +0000 |
commit | af3ff424675ac28c33aab4e7317b6f93814461e8 (patch) | |
tree | d6b947b9372b3c356b3d58e52da6439ca7bbe3c6 /scripts | |
parent | 8cf9206a264ce2456b6b32b82599c256f13f241b (diff) | |
download | master-187ad058-af3ff424675ac28c33aab4e7317b6f93814461e8.tar.gz master-187ad058-af3ff424675ac28c33aab4e7317b6f93814461e8.tar.bz2 master-187ad058-af3ff424675ac28c33aab4e7317b6f93814461e8.zip |
scripts: ensure that ipkg-make-index.sh exits successfully
Signed-off-by: Jo-Philipp Wich <jow@openwrt.org>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@45771 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'scripts')
-rwxr-xr-x | scripts/ipkg-make-index.sh | 1 |
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 |