Jonathan Nieder wrote:
Kevin Leung wrote:
quoted
read_pipe() returns "\n". We need to remove it before passing it
to system().
Signed-off-by: Kevin Leung <redacted>
If I understand correctly, this is a cosmetic change:
... and of course I didn't the subject. Sorry about that. Thanks
for cleaning up my mess.
Acked-by: Jonathan Nieder <redacted>
What is the rationale for the rewritten system() line? I would have
understood a change to
os.spawnlp("sh", "-c", editor + " \"$@\"", fileName)
I am still curious about this, though it is not so important.
Jonathan