]> arthur.barton.de Git - homebrew-alex.git/commitdiff
"brew rdeps": Ignore build dependencies
authorAlexander Barton <alex@barton.de>
Sun, 17 Jan 2016 19:48:07 +0000 (20:48 +0100)
committerAlexander Barton <alex@barton.de>
Sun, 17 Jan 2016 19:48:07 +0000 (20:48 +0100)
Signed-off-by: Alexander Barton <alex@barton.de>
cmd/brew-rdeps

index 342651b68f9136037ba39563dc8f3fae6d7802c0..231bc913d4d3ab1366a161f6c2b30932bd233b86 100755 (executable)
@@ -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