1--- tests/Makefile.am.orig 2001-08-14 02:12:57.000000000 +0900 2+++ tests/Makefile.am 2011-08-22 00:54:29.000000000 +0900 3@@ -5,13 +5,13 @@ 4 5 6 test-dict.idx: test-dict ../migemo-index.rb 7- ruby -I.. ../migemo-index.rb test-dict > test-dict.idx 8+ ruby -Ke -I.. ../migemo-index.rb test-dict > test-dict.idx 9 10 test-dict.cache: test-dict test-dict.idx ../migemo-cache.rb 11- ruby -rromkan -ne 'puts $$1.to_roma if /^(.+?) /' test-dict |\ 12+ ruby -Ke -rromkan -ne 'puts $$1.to_roma if /^(.+?) /' test-dict |\ 13 while read line; do\ 14- echo $$line | ruby -ne 'chomp!;1.upto($$_.length) do |x| puts $$_[0,x] end';\ 15- done | ruby -I.. ../migemo-cache.rb test-dict 16+ echo $$line | ruby -Ke -ne '$$_.chomp!;1.upto($$_.length) do |x| puts $$_[0,x] end';\ 17+ done | ruby -Ke -I.. ../migemo-cache.rb test-dict 18 19 clean-local: 20 rm -f tmp.* 21