Merge branch 'master' of git@github.com:280north/cappuccino

This commit is contained in:
Francisco Ryan Tolmasky I
2008-11-09 18:51:21 -08:00
+1 -1
View File
@@ -32,7 +32,7 @@ function main()
{
case "--main":
if (args.length)
mainFile = args.shift();
mainFilename = args.shift();
else
usageError = true;
break;