Skip to content

Commit

Permalink
Merge pull request #8 from gzmiller/patch-1
Browse files Browse the repository at this point in the history
Use bash instead of sh
  • Loading branch information
aben20807 authored Aug 26, 2021
2 parents 45dbe1b + 9649a50 commit 0f19af8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plugin/runner.vim
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ if v:version < 700
endif
let has_loaded_runner = 1

set shell=/bin/sh
set shell=/bin/bash
set shellcmdflag=-c


Expand Down

0 comments on commit 0f19af8

Please sign in to comment.