aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula/john.rb
diff options
context:
space:
mode:
Diffstat (limited to 'Library/Formula/john.rb')
-rw-r--r--Library/Formula/john.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/Formula/john.rb b/Library/Formula/john.rb
index a57ffd83a..10f373113 100644
--- a/Library/Formula/john.rb
+++ b/Library/Formula/john.rb
@@ -15,7 +15,7 @@ class John < Formula
ENV.deparallelize
arch = Hardware.is_64_bit? ? '64' : 'sse2'
- Dir.chdir 'src' do
+ cd 'src' do
system "make clean macosx-x86-#{arch}"
end