Only trap the TSTP unix event on unix
This commit is contained in:
parent
397a545b8c
commit
63b24a33ca
1 changed files with 1 additions and 1 deletions
|
@ -15,7 +15,7 @@ trap("TSTP") do
|
|||
puts "== Build complete"
|
||||
end
|
||||
end
|
||||
end
|
||||
end if Signal.list.has_key? "TSTP"
|
||||
|
||||
require 'optparse'
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue