Merge pull request #679 from orenhe/shell_dont_validate_archaic_posix

sh: do not enforce POSIX validation on bash/zsh scripts
This commit is contained in:
LCD 47 2013-06-07 11:51:01 -07:00
commit 4ae72576da

View File

@ -20,7 +20,7 @@ endfunction
function! SyntaxCheckers_sh_checkbashisms_GetLocList()
let makeprg = syntastic#makeprg#build({
\ 'exe': 'checkbashisms',
\ 'args': '-fpx',
\ 'args': '-fx',
\ 'filetype': 'sh',
\ 'subchecker': 'checkbashisms'})