[Libguestfs] [PATCH] fish: complete symlink properly

Richard W.M. Jones rjones at redhat.com
Fri Oct 31 17:07:44 UTC 2014


On Fri, Oct 31, 2014 at 05:56:11PM +0100, Pino Toscano wrote:
> When an entry is a symlink, check whether it points to a directory, so
> the entry for it can be completed correctly.
> ---
>  fish/destpaths.c | 1 +
>  1 file changed, 1 insertion(+)
> 
> diff --git a/fish/destpaths.c b/fish/destpaths.c
> index df1ec00..d39d6c0 100644
> --- a/fish/destpaths.c
> +++ b/fish/destpaths.c
> @@ -192,6 +192,7 @@ complete_dest_paths_generator (const char *text, int state)
>                      words = w;
>                      words[nr_words].name = p;
>                      if (dirents->val[i].ftyp == 'u'
> +                        || dirents->val[i].ftyp == 'l'
>                          || dirents->val[i].ftyp == '?') {
>                        int is_dir = guestfs_is_dir_opts (g, words[nr_words].name,
>                          GUESTFS_IS_DIR_OPTS_FOLLOWSYMLINKS, 1, -1);

ACK.

Rich.

-- 
Richard Jones, Virtualization Group, Red Hat http://people.redhat.com/~rjones
Read my programming and virtualization blog: http://rwmj.wordpress.com
Fedora Windows cross-compiler. Compile Windows programs, test, and
build Windows installers. Over 100 libraries supported.
http://fedoraproject.org/wiki/MinGW




More information about the Libguestfs mailing list