mirror of
https://github.com/airblade/vim-gitgutter.git
synced 2025-11-11 21:03:53 -05:00
Use /bin/sh as default shell.
- /bin/bash is not part of OpenBSD. - We need only a POSIX shell, not bash specifically. Closes #340.
This commit is contained in:
committed by
Andy Stewart
parent
90c558b1dc
commit
377c71d982
@@ -186,7 +186,7 @@ function! gitgutter#utility#use_known_shell() abort
|
||||
if has('unix')
|
||||
let s:shell = &shell
|
||||
let s:shellcmdflag = &shellcmdflag
|
||||
set shell=/bin/bash
|
||||
set shell=/bin/sh
|
||||
set shellcmdflag=-c
|
||||
endif
|
||||
endfunction
|
||||
|
||||
Reference in New Issue
Block a user