From 19d40439379516745bed081cdaddc4353b28ed00 Mon Sep 17 00:00:00 2001 From: "(no author)" <(no author)@b08762b0-b915-fc4b-9d8c-17b2551a87ff> Date: Tue, 26 Aug 2008 12:18:41 +0000 Subject: [PATCH] =?UTF-8?q?(=E4=BD=90=E3=80=85=E6=9C=A8@PSEG1)=E3=83=89?= =?UTF-8?q?=E3=82=AD=E3=83=A5=E3=83=A1=E3=83=B3=E3=83=88=E3=81=AE=E5=A4=89?= =?UTF-8?q?=E6=9B=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit git-svn-id: file:///Users/lillianskinner/Downloads/platinum/twl/TwlIPL/trunk@2279 b08762b0-b915-fc4b-9d8c-17b2551a87ff --- build/tests/CustomSystemUpdater/romchecker.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build/tests/CustomSystemUpdater/romchecker.rb b/build/tests/CustomSystemUpdater/romchecker.rb index 327c6aff..4ccd2236 100755 --- a/build/tests/CustomSystemUpdater/romchecker.rb +++ b/build/tests/CustomSystemUpdater/romchecker.rb @@ -69,7 +69,7 @@ def check(target_dir) REGION_DIRS.each{|region_dir, region_code| ALL_REGION.each{|app_code| # オールリージョンのロムが含まれているかのチェック - search_path = "#{target_dir}/#{region_dir}/#{HEADER}#{app_code}a*.tad" + search_path = "#{target_dir}/#{region_dir}/#{HEADER}#{app_code}A*.tad" ret &= check_pickuped(search_path, false) } FIX_REGION.each{|app_code|