(佐々木@PSEG1)ドキュメントの変更

git-svn-id: file:///Users/lillianskinner/Downloads/platinum/twl/TwlIPL/trunk@2279 b08762b0-b915-fc4b-9d8c-17b2551a87ff
This commit is contained in:
(no author) 2008-08-26 12:18:41 +00:00
parent f9c0bc2c28
commit 19d4043937

View File

@ -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|