Skip to content

Commit e8f7f38

Browse files
committed
Merge pull request brianc#435 from shine-on/master
improve SHELL portability
2 parents efad508 + d9c1936 commit e8f7f38

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
SHELL := /bin/bash
1+
SHELL := /bin/sh
22

33
connectionString=postgres://
44

0 commit comments

Comments
 (0)