From f9c0bc2c28f34c75be4e483374f13758d95fa8dc Mon Sep 17 00:00:00 2001 From: "(no author)" <(no author)@b08762b0-b915-fc4b-9d8c-17b2551a87ff> Date: Tue, 26 Aug 2008 12:17:16 +0000 Subject: [PATCH] =?UTF-8?q?(=E4=BD=90=E3=80=85=E6=9C=A8@PSEG1)=E5=A4=A7?= =?UTF-8?q?=E6=96=87=E5=AD=97=E3=81=AB=E5=AF=BE=E5=BF=9C?= 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@2278 b08762b0-b915-fc4b-9d8c-17b2551a87ff --- build/tests/CustomSystemUpdater/romchecker.rb | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/build/tests/CustomSystemUpdater/romchecker.rb b/build/tests/CustomSystemUpdater/romchecker.rb index ec79aa8f..327c6aff 100755 --- a/build/tests/CustomSystemUpdater/romchecker.rb +++ b/build/tests/CustomSystemUpdater/romchecker.rb @@ -16,20 +16,20 @@ #---------------------------------------------------------------------------- ALL_REGION = [ - "c", "d", "e", "h", + "C", "D", "E", "H", ] FIX_REGION = [ - "a", "b", "f", "g", "i", "j", "k", "l", + "A", "B", "F", "G", "I", "J", "K", "L", ] -HEADER = "hn" +HEADER = "HN" REGION_DIRS = { - "aus" => "u", - "euro" => "p", - "jp" => "j", - "usa" => "e", + "aus" => "U", + "euro" => "P", + "jp" => "J", + "usa" => "E", } REG_PATH = /[a-zA-Z0-9\.\-_]+\/[a-zA-Z0-9\.\-_*]+\z/