module Homebrew def __prefix if ARGV.named.empty? puts HOMEBREW_PREFIX else puts ARGV.formulae.map{ |f| f.opt_prefix.exist? ? f.opt_prefix : f.installed_prefix } end end end ef='https://git.teddywing.com/fork/homebrew/atom/Library/Formula/libflowmanager.rb?h=master' type='application/atom+xml'/>
aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula/libflowmanager.rb
blob: 63e74882205bb50c477800f9170aa3578468e459 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15