kiss: remove msg

This commit is contained in:
Dylan Araps 2021-07-24 23:09:46 +03:00
parent be67ae5eb2
commit 8360e07955
No known key found for this signature in database
GPG Key ID: 13295DAC2CF13B5C
1 changed files with 0 additions and 4 deletions

4
kiss
View File

@ -574,10 +574,6 @@ pkg_order() {
# pre-built tarballs if this is to be called from 'kiss i'.
unset order redro deps
case $2 in *?*)
log "Ordering arguments list based on dependence"
esac
for pkg do case $pkg in
/*@*.tar.*) deps="$deps $pkg" ;;
*@*.tar.*) deps="$deps $ppwd/$pkg" ;;