mirror of https://github.com/acidanthera/audk.git
Modify ModifyInfTask which in frameworkTask.
Remove the "[]" which add around "patternstr" attribute by modifyInfTask. git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@815 6f19259b-4bc3-4df7-8a09-765794883524
This commit is contained in:
parent
8f9acbd7af
commit
01026c709f
|
@ -210,7 +210,7 @@ public class ModifyInfTask extends Task implements EfiDefine {
|
|||
* string of patternStr.
|
||||
*/
|
||||
public void setpatternStr(String patternStr) {
|
||||
this.patternStr = "[" + patternStr + "]";
|
||||
this.patternStr = patternStr;
|
||||
}
|
||||
|
||||
/**
|
||||
|
|
Loading…
Reference in New Issue