[前][次][番号順一覧][スレッド一覧]

ruby-changes:61905

From: Nobuyoshi <ko1@a...>
Date: Tue, 23 Jun 2020 15:06:53 +0900 (JST)
Subject: [ruby-changes:61905] e9adc2f420 (master): Match the output without encoding for localized compilers

https://git.ruby-lang.org/ruby.git/commit/?id=e9adc2f420

From e9adc2f4208797cb506f67c3e2fdc7966a6748e5 Mon Sep 17 00:00:00 2001
From: Nobuyoshi Nakada <nobu@r...>
Date: Tue, 23 Jun 2020 14:51:28 +0900
Subject: Match the output without encoding for localized compilers


diff --git a/ext/-test-/cxxanyargs/depend b/ext/-test-/cxxanyargs/depend
index 02113b6c..ca82140 100644
--- a/ext/-test-/cxxanyargs/depend
+++ b/ext/-test-/cxxanyargs/depend
@@ -6,7 +6,7 @@ $(TARGET_SO) $(STATIC_LIB): $(FAILURES:.cpp=.failed) https://github.com/ruby/ruby/blob/trunk/ext/-test-/cxxanyargs/depend#L6
 	$(Q)$(RUBY) -rfileutils \
 	  -e "t = ARGV.shift" \
 	  -e "err = IO.popen(ARGV, err:[:child, :out], &:read)" \
-	  -e "abort err unless /rb_define_method/ =~ err" \
+	  -e "abort err unless /rb_define_method/ =~ err.b" \
 	  -e "File.write(t, err)" $@ $(MAKE) $(*F).o
 
 # AUTOGENERATED DEPENDENCIES START
-- 
cgit v0.10.2


--
ML: ruby-changes@q...
Info: http://www.atdot.net/~ko1/quickml/

[前][次][番号順一覧][スレッド一覧]