Skip to content

Commit

Permalink
Use bash instead of sh
Browse files Browse the repository at this point in the history
`time -p` runs properly in `bash` but not in `sh`
  • Loading branch information
gzmiller authored Aug 26, 2021
1 parent 45dbe1b commit 9649a50
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 9649a50

Please sign in to comment.