Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
PERE Alexandre
orchestra
Commits
ac254b33
Commit
ac254b33
authored
Nov 05, 2019
by
Alexandre Pere
Browse files
Avoids spurious printing of command ending
parent
a27a6eb6
Changes
1
Hide whitespace changes
Inline
Side-by-side
liborchestra/src/lib/ssh/mod.rs
View file @
ac254b33
...
...
@@ -135,7 +135,7 @@ rw_run() {
break;
fi;
done<$stdout_fifo;
)&
)&
disown
stdout_pid=$!
# We start the same subcommand for the stderr.
...
...
@@ -150,7 +150,7 @@ rw_run() {
break;
fi;
done<$stderr_fifo;
)&
)&
disown
stderr_pid=$!
# Now we are ready to evaluate the command. The stdout and stderr are forwarded to the right
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment