We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
-i
bash
1 parent 7970fde commit 54dacc5Copy full SHA for 54dacc5
base/client.jl
@@ -129,9 +129,7 @@ function repl_cmd(cmd, out)
129
else
130
shell_escape_cmd = "($(shell_escape_posixly(cmd))) && true"
131
end
132
- cmd = `$shell`
133
- isa(STDIN, TTY) && (cmd = `$cmd -i`)
134
- cmd = `$cmd -c $shell_escape_cmd`
+ cmd = `$shell -c $shell_escape_cmd`
135
136
run(ignorestatus(cmd))
137
0 commit comments