Skip to content
This repository has been archived by the owner on Apr 26, 2024. It is now read-only.

Commit

Permalink
kiss: remove msg
Browse files Browse the repository at this point in the history
  • Loading branch information
dylanaraps committed Jul 24, 2021
1 parent be67ae5 commit 8360e07
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions kiss
Original file line number Diff line number Diff line change
Expand Up @@ -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" ;;
Expand Down

0 comments on commit 8360e07

Please sign in to comment.