Fix SystemCommand escaping
This commit is contained in:
parent
84d718cbef
commit
2404279d63
@ -85,7 +85,7 @@ module Hbc
|
|||||||
executable, *args = expanded_command
|
executable, *args = expanded_command
|
||||||
|
|
||||||
raw_stdin, raw_stdout, raw_stderr, raw_wait_thr =
|
raw_stdin, raw_stdout, raw_stderr, raw_wait_thr =
|
||||||
Open3.popen3({ "PATH" => path }, executable, *args, **options)
|
Open3.popen3({ "PATH" => path }, [executable, executable], *args, **options)
|
||||||
|
|
||||||
write_input_to(raw_stdin)
|
write_input_to(raw_stdin)
|
||||||
raw_stdin.close_write
|
raw_stdin.close_write
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user