Skip to content

Commit

Permalink
Missed one place for Platform specifics.
Browse files Browse the repository at this point in the history
  • Loading branch information
luislavena committed Jul 7, 2009
1 parent 33b8528 commit f9991e7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/mongrel/rails.rb
Original file line number Diff line number Diff line change
Expand Up @@ -173,7 +173,7 @@ def setup_rails_signals(options={})
ops = resolve_defaults(options)
setup_signals(options)

if RUBY_PLATFORM !~ /mswin/
if RUBY_PLATFORM !~ /mingw|mswin/
# rails reload
trap("HUP") { log "HUP signal received."; reload! }

Expand Down

0 comments on commit f9991e7

Please sign in to comment.