Skip to content
This repository has been archived by the owner on Oct 15, 2020. It is now read-only.

Commit

Permalink
Fix ordering of executable flags. (#129)
Browse files Browse the repository at this point in the history
  • Loading branch information
GlassAndOneHalf authored Oct 18, 2019
1 parent ead4217 commit 3a4cdba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/scala/io/shiftleft/fuzzyc2cpg/FuzzyC2Cpg.scala
Original file line number Diff line number Diff line change
Expand Up @@ -44,8 +44,8 @@ class FuzzyC2Cpg(outputModuleFactory: CpgOutputModuleFactory) {
val sourceFileNames = SourceFiles.determine(sourcePaths, sourceFileExtensions)

val cmd = Seq(
"--verbose",
preprocessorExecutable,
"--verbose",
"-o",
preprocessedPath.toString,
"-f",
Expand Down

0 comments on commit 3a4cdba

Please sign in to comment.