mirror of
https://github.com/phabelio/PHP-Parser.git
synced 2025-01-22 13:21:12 +01:00
Remove -l flag from kmyacc invocation
For PHP this doesn't do anything anyway.
This commit is contained in:
parent
0a80b2d8ee
commit
54c37f6b3b
@ -62,7 +62,7 @@ foreach ($grammarFileToName as $grammarFile => $name) {
|
|||||||
$additionalArgs = $optionDebug ? '-t -v' : '';
|
$additionalArgs = $optionDebug ? '-t -v' : '';
|
||||||
|
|
||||||
echo "Building $name parser.\n";
|
echo "Building $name parser.\n";
|
||||||
$output = trim(shell_exec("$kmyacc $additionalArgs -l -m $skeletonFile -p $name $tmpGrammarFile 2>&1"));
|
$output = trim(shell_exec("$kmyacc $additionalArgs -m $skeletonFile -p $name $tmpGrammarFile 2>&1"));
|
||||||
echo "Output: \"$output\"\n";
|
echo "Output: \"$output\"\n";
|
||||||
|
|
||||||
$resultCode = file_get_contents($tmpResultFile);
|
$resultCode = file_get_contents($tmpResultFile);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user