Skip to content
This repository has been archived by the owner on May 17, 2023. It is now read-only.

Commit

Permalink
Use single quotes
Browse files Browse the repository at this point in the history
  • Loading branch information
turboladen committed Jun 12, 2013
1 parent d09baea commit 6d535f8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/upnp/ssdp.rb
Original file line number Diff line number Diff line change
Expand Up @@ -188,7 +188,7 @@ def self.send_notification(notification_type, usn, ddf_url, valid_for_duration)
def self.trap_signals
trap('INT') { EM.stop }
trap('TERM') { EM.stop }
trap("HUP") { EM.stop } if RUBY_PLATFORM !~ /mswin|mingw/
trap('HUP') { EM.stop } if RUBY_PLATFORM !~ /mswin|mingw/
end
end
end

0 comments on commit 6d535f8

Please sign in to comment.