From 6684ac810d608f18c994ad0cb544427e2a7bab6b Mon Sep 17 00:00:00 2001 From: takahashim Date: Sun, 23 Feb 2014 23:18:41 +0900 Subject: [PATCH] for debug --- bin/review-compile | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/bin/review-compile b/bin/review-compile index 8c3713cf0..4b9ffc617 100755 --- a/bin/review-compile +++ b/bin/review-compile @@ -22,10 +22,10 @@ require 'fileutils' require 'optparse' def main - Signal.trap(:INT) { exit 1 } - if RUBY_PLATFORM !~ /mswin(?!ce)|mingw|cygwin|bccwin/ - Signal.trap(:PIPE, 'IGNORE') - end +# Signal.trap(:INT) { exit 1 } +# if RUBY_PLATFORM !~ /mswin(?!ce)|mingw|cygwin|bccwin/ +# Signal.trap(:PIPE, 'IGNORE') +# end _main rescue Errno::EPIPE exit 0