1
0
mirror of https://codeberg.org/kiss-community/kiss synced 2024-07-02 14:02:26 +00:00

kiss: remove calling itself

This commit is contained in:
Dylan Araps 2020-01-27 11:32:16 +02:00
parent d61986721d
commit d43673e340
No known key found for this signature in database
GPG Key ID: 46D62DD9F1DE636E

2
kiss
View File

@ -605,7 +605,7 @@ pkg_build() {
log "Install built packages? [$*]" log "Install built packages? [$*]"
prompt && { prompt && {
dosu kiss i "$@" args i "$@"
return return
} }
} }