forked from kiss-community/kiss
kiss: only show ordering message if more than one package will be operated on
This commit is contained in:
parent
d2b952651e
commit
651e5a3ea7
4
kiss
4
kiss
@ -572,7 +572,9 @@ pkg_order() {
|
||||
# pre-built tarballs if this is to be called from 'kiss i'.
|
||||
unset order redro deps
|
||||
|
||||
log "Ordering arguments list based on dependence"
|
||||
case $2 in *?*)
|
||||
log "Ordering arguments list based on dependence"
|
||||
esac
|
||||
|
||||
for pkg do case $pkg in
|
||||
/*@*.tar.*) deps="$deps $pkg" ;;
|
||||
|
Loading…
Reference in New Issue
Block a user