<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -928,7 +928,7 @@ module Sinatra
       require 'optparse'
       OptionParser.new do |op|
         op.on('-p port') { |port| default_options[:port] = port }
-        op.on('-e env') { |env| default_options[:env] = env }
+        op.on('-e env') { |env| default_options[:env] = env.to_sym }
         op.on('-x') { default_options[:mutex] = true }
         op.on('-s server') { |server| default_options[:server] = server }
       end.parse!(ARGV.dup.select { |o| o !~ /--name/ })</diff>
      <filename>lib/sinatra.rb</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>cb8441e0cbd9c2f6816d79434f29c243e720831d</id>
    </parent>
  </parents>
  <author>
    <name>bmizerany</name>
    <email>blake.mizerany@gmail.com</email>
  </author>
  <url>http://github.com/adamwiggins/sinatra/commit/87f8cd3937973090b84876996cc7e430bd5d744b</url>
  <id>87f8cd3937973090b84876996cc7e430bd5d744b</id>
  <committed-date>2008-06-22T17:48:31-07:00</committed-date>
  <authored-date>2008-06-22T17:48:31-07:00</authored-date>
  <message>converting env from command-line to symbol.  [cypher]

This fixes the problem when running an app with -e development</message>
  <tree>bd066a633f34d5b38f8eeccc556a429f29b24029</tree>
  <committer>
    <name>bmizerany</name>
    <email>blake.mizerany@gmail.com</email>
  </committer>
</commit>
