aboutsummaryrefslogtreecommitdiff
path: root/meson.build
diff options
context:
space:
mode:
authormssalvatore <mike.s.salvatore@gmail.com>2019-04-09 15:20:35 -0400
committerNikolaus Rath <Nikolaus@rath.org>2019-04-09 20:20:35 +0100
commita819ec4e227a748e3d3a9bb6a4fb6c50b9bbf18b (patch)
treeb7e7e1af346c798402b09468dac4604c1c56389d /meson.build
parentb2d857308e5c764f0c1beada7533e629bae87bf2 (diff)
downloadsshfs-a819ec4e227a748e3d3a9bb6a4fb6c50b9bbf18b.tar
sshfs-a819ec4e227a748e3d3a9bb6a4fb6c50b9bbf18b.tar.gz
sshfs-a819ec4e227a748e3d3a9bb6a4fb6c50b9bbf18b.tar.bz2
sshfs-a819ec4e227a748e3d3a9bb6a4fb6c50b9bbf18b.zip
Gracefully handle multiple spaces in ssh_command option (#168)
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. Resolves #114.
Diffstat (limited to 'meson.build')
0 files changed, 0 insertions, 0 deletions