Only trap the TSTP unix event on unix

This commit is contained in:
Thomas Reynolds 2011-05-19 10:36:46 -07:00
parent 397a545b8c
commit 63b24a33ca

View file

@ -15,7 +15,7 @@ trap("TSTP") do
puts "== Build complete"
end
end
end
end if Signal.list.has_key? "TSTP"
require 'optparse'