Rebuild fix

This commit is contained in:
Joshua Granick
2014-01-10 22:54:22 -08:00
parent 9750bc7d70
commit bc59abc6c1
2 changed files with 4 additions and 4 deletions

BIN
run.n vendored

Binary file not shown.

View File

@@ -1000,11 +1000,11 @@ class RunScript {
if (args.length == 2 + ignoreLength) {
if (FileSystem.exists (PathHelper.tryFullPath ("include.xml"))) {
//if (FileSystem.exists (PathHelper.tryFullPath ("include.xml"))) {
path = PathHelper.tryFullPath ("project");
//path = PathHelper.tryFullPath ("project");
} else {
//} else {
if (!FileSystem.exists (PathHelper.combine (limeDirectory, "project"))) {
@@ -1015,7 +1015,7 @@ class RunScript {
path = PathHelper.combine (limeDirectory, "project");
}
//}
targets = args[1].split (",");