Skip to content

Commit 65b0bcf

Browse files
committed
#283: TShellCommand.createParsingProcess(): Variables used in stdin should be escaped.
1 parent c0d5516 commit 65b0bcf

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/TShellCommand.ts

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -429,8 +429,6 @@ export class TShellCommand {
429429
this.getPreactionsDependentVariables(), // Second set: Variables that are tied to preactions. Can be an empty set.
430430
],
431431
[
432-
// Do not escape variables in stdin, because shells won't interpret stdin as executable commands.
433-
"stdinContent",
434432
// Do not escape variables in output wrappers, because they are not going through a shell and escape characters would be visible in the end result.
435433
'output_wrapper_stdout',
436434
'output_wrapper_stderr',

0 commit comments

Comments
 (0)