Use '/bin/sh' instead of 'sh' as shell

This commit is contained in:
Markus Braun 2011-07-05 12:49:45 +02:00
parent f2e0a30de8
commit 6d50997fff

View File

@ -240,7 +240,7 @@ function s:GPGInit()
if (has("unix")) if (has("unix"))
" unix specific settings " unix specific settings
let s:shellredir = &shellredir let s:shellredir = &shellredir
let s:shell = '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
else else