X-Git-Url: https://arthur.barton.de/cgi-bin/gitweb.cgi?p=homebrew-alex.git;a=blobdiff_plain;f=cmd%2Fbrew-rdeps;h=231bc913d4d3ab1366a161f6c2b30932bd233b86;hp=342651b68f9136037ba39563dc8f3fae6d7802c0;hb=bd92d6c6c25628943c0b813fe8bb5d5867f135db;hpb=086abc44563209c259185372cdcf380a06dc1cac diff --git a/cmd/brew-rdeps b/cmd/brew-rdeps index 342651b..231bc91 100755 --- a/cmd/brew-rdeps +++ b/cmd/brew-rdeps @@ -2,7 +2,7 @@ # 2016-01-17, alex@barton.de for formula in "$@"; do - brew deps --installed \ + brew deps --installed --skip-build \ | grep "\b$formula\b" \ | cut -d':' -f1 done | sort -u