Skip to content

Commit

Permalink
Never use shell quoting in turbine params files
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 161415544
  • Loading branch information
cushon authored and laszlocsomor committed Jul 11, 2017
1 parent a4563c7 commit bd0be1a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -372,7 +372,7 @@ private Action[] buildInternal(JavaToolchainProvider javaToolchain) {
} else {
classpath = classpathEntries;
// Transitive classpath actions may exceed the command line length limit.
builder.alwaysUseParameterFile(ParameterFileType.SHELL_QUOTED);
builder.alwaysUseParameterFile(ParameterFileType.UNQUOTED);
}
CustomCommandLine.Builder commandLine =
baseCommandLine(CustomCommandLine.builder(), classpath);
Expand Down

0 comments on commit bd0be1a

Please sign in to comment.