about summary refs log tree commit homepage
diff options
context:
space:
mode:
-rw-r--r--lib/unicorn.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/unicorn.rb b/lib/unicorn.rb
index f53623e..7a2eda2 100644
--- a/lib/unicorn.rb
+++ b/lib/unicorn.rb
@@ -26,7 +26,7 @@ module Unicorn
 
     DEFAULT_START_CTX = {
       :argv => ARGV.map { |arg| arg.dup },
-      :cwd => (ENV['PWD'] || Dir.pwd),
+      :cwd => Dir.pwd,
       :zero => $0.dup,
       :environ => {}.merge!(ENV),
       :umask => File.umask,