Skip to content

Commit

Permalink
Change double quotes -> single quotes
Browse files Browse the repository at this point in the history
  • Loading branch information
gdb committed Mar 10, 2013
1 parent f70af19 commit ca9b780
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/rubysh/subprocess/pid_aware_parallel_io.rb
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ def self.register_sigchld_handler
end

def self.deregister_sigchld_handler
Signal.trap("CHLD", @old_sigchld_handler)
Signal.trap('CHLD', @old_sigchld_handler)
end

# readers/writers should be hashes mapping {fd => name}
Expand Down

0 comments on commit ca9b780

Please sign in to comment.