aboutsummaryrefslogtreecommitdiffstats
path: root/Library/ENV
diff options
context:
space:
mode:
Diffstat (limited to 'Library/ENV')
-rwxr-xr-xLibrary/ENV/4.3/cc4
1 files changed, 1 insertions, 3 deletions
diff --git a/Library/ENV/4.3/cc b/Library/ENV/4.3/cc
index 4183cdc96..d66b6dc83 100755
--- a/Library/ENV/4.3/cc
+++ b/Library/ENV/4.3/cc
@@ -233,9 +233,7 @@ class Cmd
end
def archflags
- args = []
- args.concat ENV['HOMEBREW_ARCHFLAGS'].split(' ') if cccfg? 'u'
- args
+ ENV["HOMEBREW_ARCHFLAGS"].split(" ")
end
def syspath