diff options
| author | Jack Nagel | 2015-02-12 20:09:31 -0500 | 
|---|---|---|
| committer | Jack Nagel | 2015-02-12 20:09:31 -0500 | 
| commit | 1911c2361d1e4eb36a9ffbad8037b7e396ef8ab3 (patch) | |
| tree | ba7be37100acdd4e5c6ea568da3f6fa144e24c16 /Library | |
| parent | 0588ec1d04b67dd42978afddbe501d97ab1fadcc (diff) | |
| download | homebrew-1911c2361d1e4eb36a9ffbad8037b7e396ef8ab3.tar.bz2 | |
Drop unnecessary call to compact
Diffstat (limited to 'Library')
| -rwxr-xr-x | Library/ENV/4.3/cc | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/Library/ENV/4.3/cc b/Library/ENV/4.3/cc index 5211dfa15..2fc75cb62 100755 --- a/Library/ENV/4.3/cc +++ b/Library/ENV/4.3/cc @@ -118,7 +118,7 @@ class Cmd        args + cppflags      when :ld        ldflags + args -    end.compact +    end      make_fuss(allflags)      allflags    end | 
