aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Homebrew/compat/hbc.rb
diff options
context:
space:
mode:
authorMarkus Reiter2017-10-24 18:28:21 +0200
committerMarkus Reiter2017-10-30 22:04:54 +0100
commit2eb366ff386674bcd2eec760fdaef25dff665063 (patch)
tree856de5e7819f69bcf0adde4761729c59a85c232d /Library/Homebrew/compat/hbc.rb
parent2d5bb029a51f17d15ee6a61160297a748c28f6be (diff)
downloadbrew-2eb366ff386674bcd2eec760fdaef25dff665063.tar.bz2
Fix `SystemCommand` without arguments.
Diffstat (limited to 'Library/Homebrew/compat/hbc.rb')
-rw-r--r--Library/Homebrew/compat/hbc.rb1
1 files changed, 1 insertions, 0 deletions
diff --git a/Library/Homebrew/compat/hbc.rb b/Library/Homebrew/compat/hbc.rb
index 608d46e37..ebf8a9874 100644
--- a/Library/Homebrew/compat/hbc.rb
+++ b/Library/Homebrew/compat/hbc.rb
@@ -4,6 +4,7 @@ require "compat/hbc/cache"
require "compat/hbc/caskroom"
require "compat/hbc/cli"
require "compat/hbc/dsl"
+require "compat/hbc/system_command"
module Hbc
class << self