diff options
| author | Xu Cheng | 2015-08-22 13:15:33 +0800 |
|---|---|---|
| committer | Xu Cheng | 2015-08-22 13:15:33 +0800 |
| commit | a88c40b8c888064f6514cf0646ea2140e2578d57 (patch) | |
| tree | 73a31c1fd0b6984ccc8ea43fdfa242ad53c8cea8 /Library/Homebrew/extend | |
| parent | 3d1f9e0a9c6185b470630c29e44714ac2d050371 (diff) | |
| download | brew-a88c40b8c888064f6514cf0646ea2140e2578d57.tar.bz2 | |
core file style update
Diffstat (limited to 'Library/Homebrew/extend')
| -rw-r--r-- | Library/Homebrew/extend/ARGV.rb | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/Library/Homebrew/extend/ARGV.rb b/Library/Homebrew/extend/ARGV.rb index 0f78769c5..106aae7cf 100644 --- a/Library/Homebrew/extend/ARGV.rb +++ b/Library/Homebrew/extend/ARGV.rb @@ -212,11 +212,11 @@ module HomebrewArgvExtension def collect_build_flags build_flags = [] - build_flags << '--HEAD' if build_head? - build_flags << '--universal' if build_universal? - build_flags << '--32-bit' if build_32_bit? - build_flags << '--build-bottle' if build_bottle? - build_flags << '--build-from-source' if build_from_source? + build_flags << "--HEAD" if build_head? + build_flags << "--universal" if build_universal? + build_flags << "--32-bit" if build_32_bit? + build_flags << "--build-bottle" if build_bottle? + build_flags << "--build-from-source" if build_from_source? build_flags end |
