aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKazuki Yamaguchi <k@rhe.jp>2016-04-04 16:08:25 +0900
committerKazuki Yamaguchi <k@rhe.jp>2016-04-04 16:08:25 +0900
commitd102fd64ed97401600aedbd8f14053902e6b5083 (patch)
tree0afac3d9af2e0d7bc3bc25b98a916547cc337ee7
parent6d3818266cb43e377975f082d66f2de268f1b366 (diff)
downloadpoe-d102fd64ed97401600aedbd8f14053902e6b5083.tar.gz
rakefile: read なんてものはないので $stdin.getch をつかう
-rw-r--r--Rakefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Rakefile b/Rakefile
index e64a33a..b8cf18e 100644
--- a/Rakefile
+++ b/Rakefile
@@ -22,7 +22,7 @@ rescue
puts "An error occurred: #{$!}"
puts "Current directory: #{`pwd`}"
print "Press a key to retry:"
- read
+ $stdin.getch
retry
end