$ export vim=$HOME/.GVim-v8.2.2451.glibc2.15-x86_64.AppImage $ $ vimV=$($vim --version)||echo handle error here #without export, error is captured fuse: failed to exec fusermount: No such file or directory open dir error: No such file or directory handle error here $ $ export vimV=$($vim --version)||echo handle error here #with export, error is lost fuse: failed to exec fusermount: No such file or directory open dir error: No such file or directory $
- . and .. are included where they were excluded before gregrwm
- Re: . and .. are included where they were exclude... gregrwm
- export loses error gregrwm
- Re: export loses error Lawrence Velázquez
- Re: export loses error Léa Gris
- Re: export loses error Chet Ramey
- Re: export loses error Stephane Chazelas
- Re: export loses error Chet Ramey
- how does ssh cause this loop... gregrwm
- Re: how does ssh cause t... Lawrence Velázquez
- Re: how does ssh cause t... Eduardo Bustamante
- Re: how does ssh cause t... Dale R. Worley
- Re: . and .. are included where they were exclude...