summaryrefslogtreecommitdiff
path: root/tool
diff options
context:
space:
mode:
authorHiroshi SHIBATA <hsbt@ruby-lang.org>2020-02-15 20:28:29 +0900
committerSHIBATA Hiroshi <hsbt@ruby-lang.org>2020-02-15 21:20:25 +0900
commit05485868cbd1e7a59063d5b4be2ee2313ac9fa25 (patch)
tree131c2a12eebc26f10c3fc398e4a884fa7180c833 /tool
parent125bcdb5cbcd03f473540a5a5cf2ef8d44433b77 (diff)
Workaround for bison provided by scoop on mswin environment
Notes
Notes: Merged: https://github.com/ruby/ruby/pull/2909
Diffstat (limited to 'tool')
-rwxr-xr-xtool/pure_parser.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/tool/pure_parser.rb b/tool/pure_parser.rb
index 9ab663830e..e4aedfa81b 100755
--- a/tool/pure_parser.rb
+++ b/tool/pure_parser.rb
@@ -1,4 +1,4 @@
-#!/usr/bin/ruby -pi
+#!/usr/bin/ruby -pi.bak
BEGIN {
require_relative 'lib/colorize'