dont set HOME

This commit is contained in:
David Dollar
2012-09-14 17:44:00 +09:00
parent a2c03cc402
commit 96e26e7412

View File

@@ -257,7 +257,6 @@ private
reader, writer = create_pipe
begin
pid = process.run(:output => writer, :env => {
"HOME" => process.cwd,
"PORT" => port_for(process, n).to_s
})
writer.puts "started with pid #{pid}"