mirror of
https://codeberg.org/kiss-community/kiss
synced 2025-01-13 06:10:07 -07:00
kiss: cleanup
This commit is contained in:
parent
bbce776b6b
commit
9c4fe070d4
7
kiss
7
kiss
@ -862,16 +862,13 @@ pkg_updates() {
|
|||||||
return
|
return
|
||||||
}
|
}
|
||||||
|
|
||||||
# Turn the string of outdated packages into a 'list'.
|
log "Packages to update: ${outdated% }"
|
||||||
set -- $outdated
|
|
||||||
|
|
||||||
log "Packages to update: $*"
|
|
||||||
|
|
||||||
# Tell 'pkg_build' to always prompt before build.
|
# Tell 'pkg_build' to always prompt before build.
|
||||||
pkg_update=1
|
pkg_update=1
|
||||||
|
|
||||||
# Build all packages requiring an update.
|
# Build all packages requiring an update.
|
||||||
pkg_build "$@"
|
pkg_build $outdated
|
||||||
log "Updated all packages"
|
log "Updated all packages"
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user