xbps-src: run_func(): return 0 on success.
This commit is contained in:
parent
f3e5df1558
commit
95ce5f7179
1 changed files with 1 additions and 0 deletions
|
@ -110,6 +110,7 @@ run_func()
|
||||||
msg_error "$pkgver: $func failed!\n"
|
msg_error "$pkgver: $func failed!\n"
|
||||||
else
|
else
|
||||||
msg_normal "$pkgver: $func phase done.\n"
|
msg_normal "$pkgver: $func phase done.\n"
|
||||||
|
return 0
|
||||||
fi
|
fi
|
||||||
fi
|
fi
|
||||||
return 255 # function not found.
|
return 255 # function not found.
|
||||||
|
|
Loading…
Reference in a new issue