bin/unicorn: allow RACK_ENV to be passed from parent
commitae2afbcc7dbac0af3256aa8b46afebf6e309bac0
authorEric Wong <normalperson@yhbt.net>
Wed, 4 Nov 2009 17:09:26 +0000 (4 17:09 +0000)
committerEric Wong <normalperson@yhbt.net>
Wed, 4 Nov 2009 17:09:26 +0000 (4 17:09 +0000)
treeaf2e7c79668ea720c7387f851330ccfb51ec2189
parentb2f6932ffcdab271845a7feed908fbc6db69e6b7
bin/unicorn: allow RACK_ENV to be passed from parent

This makes our RACK_ENV handling like our RAILS_ENV
handling for unicorn_rails, removing the redundant
local variable.
bin/unicorn