aboutsummaryrefslogtreecommitdiffstats
path: root/bin
diff options
context:
space:
mode:
Diffstat (limited to 'bin')
-rwxr-xr-xbin/brew5
1 files changed, 5 insertions, 0 deletions
diff --git a/bin/brew b/bin/brew
index efed2c8a5..e495c9c44 100755
--- a/bin/brew
+++ b/bin/brew
@@ -76,6 +76,11 @@ begin
cmd = ARGV.shift
cmd = aliases[cmd] if aliases[cmd]
+ if cmd == '-c1'
+ cmd = '--config'
+ ARGV.unshift('-1')
+ end
+
# Add example external commands to PATH before checking.
ENV['PATH'] += ":#{HOMEBREW_REPOSITORY}/Library/Contributions/cmds"
if which "brew-#{cmd}"