Re: File names with white spaces and `lcp'

[email protected] (Niels Möller) Wed, 02 May 2007 09:27:28 +0200
Newsgroups gmane.network.lsh.bugs
Message-ID <[email protected]>
[email protected] (Ludovic Court=E8s) writes:

> The trivial patch below allows `lcp' to cope with file names containing
> white spaces.

> -file=3D`basename $src_file`
> +file=3D"`basename "$src_file"`"

Thanks. Checked in now.

I'm afraid lcp still doesn't do the right thing with file names
containing quotes (the quote function, used when constructing the
remote command line, doesn't handle all cases).

Regards,
/Niels