diff options
Diffstat (limited to 'scripts/ipkg-make-index.sh')
-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 |