Force sh/zsh/bash/dash compatible shellredir setting.

This commit is contained in:
Markus Braun 2010-01-19 17:03:48 +00:00
parent d48f7364aa
commit 468b9fe59c

View File

@ -239,7 +239,7 @@ function s:GPGInit()
let s:shellsave = &shell let s:shellsave = &shell
if (has("unix")) if (has("unix"))
" unix specific settings " unix specific settings
let s:shellredir = &shellredir let s:shellredir = ">%s 2>&1"
let s:shell = '/bin/sh' let s:shell = '/bin/sh'
let s:stderrredirnull = '2>/dev/null' let s:stderrredirnull = '2>/dev/null'
let s:GPGCommand = "LANG=C LC_ALL=C " . s:GPGCommand let s:GPGCommand = "LANG=C LC_ALL=C " . s:GPGCommand