]> git.ipfire.org Git - thirdparty/curl.git/commit
sshserver.pl: use quotes for given options
authorKarlson2k <k2k@narod.ru>
Mon, 22 Feb 2016 09:30:37 +0000 (12:30 +0300)
committerDaniel Stenberg <daniel@haxx.se>
Sat, 26 Mar 2016 22:34:55 +0000 (23:34 +0100)
commite32644851a4a8126fc6d6b21ff191ffa7867363e
treeea4672be389b76aab6add9cadba93a5310864079
parent3d144ab99bed3ad9af1179c50f1df6334350aa98
sshserver.pl: use quotes for given options

Fixed failed redirection of stderr with some options. At least on Msys2,
perl fails to redirect stderr if $value contains newline or other weird
characters.
tests/sshserver.pl