adapt to header move
Change-Id: Ie460c5dbf354f68a21d52bd84b7e95b78fca11be
This commit is contained in:
@@ -103,7 +103,7 @@ sub grepFile($$$$@)
|
||||
# Try module under current working directory first to catch local
|
||||
# modifications. A Not yet delivered lang.h is a special case.
|
||||
if ("$path/$module/$name" eq "$SOLENVINC/i18nlangtag/lang.h") {
|
||||
$file = "./$module/inc/i18nlangtag/lang.h"; }
|
||||
$file = "./include/$module/lang.h"; }
|
||||
else {
|
||||
$file = "./$module/$name"; }
|
||||
if (!($found = open( IN, $file)))
|
||||
|
Reference in New Issue
Block a user