aboutsummaryrefslogtreecommitdiffstats
path: root/Library/ENV
diff options
context:
space:
mode:
Diffstat (limited to 'Library/ENV')
-rwxr-xr-xLibrary/ENV/4.3/cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/ENV/4.3/cc b/Library/ENV/4.3/cc
index a8afc4485..835079617 100755
--- a/Library/ENV/4.3/cc
+++ b/Library/ENV/4.3/cc
@@ -94,7 +94,7 @@ class Cmd
when :cc
cflags + args + cppflags
when :ccE
- %w{-E} + args + cppflags
+ args + cppflags
when :cpp
args + cppflags
when :ld