aboutsummaryrefslogtreecommitdiffstats
path: root/bin
diff options
context:
space:
mode:
Diffstat (limited to 'bin')
-rwxr-xr-xbin/brew3
1 files changed, 0 insertions, 3 deletions
diff --git a/bin/brew b/bin/brew
index 79545b4ac..8f38975ae 100755
--- a/bin/brew
+++ b/bin/brew
@@ -32,9 +32,6 @@ if `sw_vers -productVersion` =~ /10\.(\d)\.(\d+)/ and $1.to_i < 5
abort "But thanks for your interest anyway!"
end
-# Pathname often throws if CWD doesn't exist
-Dir.chdir '/' unless File.directory? ENV['PWD']
-
begin
case ARGV.shift