Slight fix for correctness with --include.

Reviewed by me.
This commit is contained in:
Francisco Ryan Tolmasky I
2010-11-01 11:26:59 -07:00
parent 52f7844aee
commit f46bbf83a8
@@ -113,7 +113,7 @@ function resolveFlags(args)
else if (argument.indexOf("-U") === 0)
gccFlags.push(argument);
else if (argument.indexOf("--include") === 0)
else if (argument === "--include")
{
if (++index < count)
{