aboutsummaryrefslogtreecommitdiffstats
path: root/Library
diff options
context:
space:
mode:
Diffstat (limited to 'Library')
-rw-r--r--Library/Homebrew/formula_lock.rb1
1 files changed, 1 insertions, 0 deletions
diff --git a/Library/Homebrew/formula_lock.rb b/Library/Homebrew/formula_lock.rb
index 183c2dd9c..3b3807fd8 100644
--- a/Library/Homebrew/formula_lock.rb
+++ b/Library/Homebrew/formula_lock.rb
@@ -4,6 +4,7 @@ class FormulaLock
def initialize(name)
@name = name
@path = LOCKDIR.join("#{@name}.brewing")
+ @lockfile = nil
end
def lock