diff --git a/Tools/nib2cib/NSCustomResource.j b/Tools/nib2cib/NSCustomResource.j index 7f4f6d1fc..2d78af3e0 100644 --- a/Tools/nib2cib/NSCustomResource.j +++ b/Tools/nib2cib/NSCustomResource.j @@ -88,7 +88,7 @@ var FILE = require("file"), if (resourceInfo && resourceInfo.path) { // Include subdirectories in the name - match = /^.+\/Resources\/(.+)$/.exec(resourceInfo.path) + match = /^.+\/Resources\/(.+)$/.exec(resourceInfo.path); _resourceName = match[1]; } }