Markus, Under *nix, gnupg.vim always lets s:shellredir to the current option value, &shellredir. Since &shell is specifically changed to 'sh', &shellredir needs to also be set to an sh-compatible value.
In general, the current behavior doesn't cause problems but if the user is using (t)csh, &shellredir will be '>&' which doesn't work as the script is expecting when using POSIX sh. Attached patch always sets &shellredir to '>%s' to solve the problem. -- James GPG Key: 1024D/61326D40 2003-09-02 James Vega <james...@debian.org>
signature.asc
Description: Digital signature