Skip to content

Commit

Permalink
LPS-62834 SF
Browse files Browse the repository at this point in the history
  • Loading branch information
brianchandotcom committed Feb 3, 2016
1 parent fc70558 commit aac0736
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build-common.xml
Expand Up @@ -2212,7 +2212,7 @@ Please find a solution that does not require portal-impl.jar.
for (moduleDir in moduleDirs) {
File buildXml = new File(moduleDir + "/build.xml")
if (buildXml.exists() && moduleDir != "") {
if (buildXml.exists() && (moduleDir != "")) {
String buildXmlContent = buildXml.text
ant."set-module-properties"("module.dir": moduleDir)
Expand Down

0 comments on commit aac0736

Please sign in to comment.