aboutsummaryrefslogtreecommitdiff
path: root/meson.build
diff options
context:
space:
mode:
authormssalvatore <mike.s.salvatore@gmail.com>2019-04-08 16:50:10 -0400
committerNikolaus Rath <Nikolaus@rath.org>2019-04-08 21:50:10 +0100
commit7364b73e80d21b4671d696da8b05e451659f46e4 (patch)
treed4be1725c0f6c3a8a5cf057c333e7d8cac93ece0 /meson.build
parent1dbc89f95909672d01e1decb349a31373ed029bc (diff)
downloadsshfs-7364b73e80d21b4671d696da8b05e451659f46e4.tar
sshfs-7364b73e80d21b4671d696da8b05e451659f46e4.tar.gz
sshfs-7364b73e80d21b4671d696da8b05e451659f46e4.tar.bz2
sshfs-7364b73e80d21b4671d696da8b05e451659f46e4.zip
Gracefully handle multiple spaces in ssh_command option (#169)
When using the "ssh_command" option, commands with multiple spaces in a row will not be properly parsed. Example: Properly parsed: ssh_command = "ssh -o IdentityFile=~/.ssh/id_rsa" Improperly parsed: ssh_command = "ssh -o IdentityFile=~/.ssh/id_rsa" This commit changes the ssh_command parsing logic so that both of the above examples are considered valid and properly handled. Fixes: #114.
Diffstat (limited to 'meson.build')
0 files changed, 0 insertions, 0 deletions