Skip to content

Commit d9c1936

Browse files
committed
improve SHELL portability
bash isn't a standard shell outside a Linux world, but sh is (per POSIX, see link below). should be no-op due to no bashisms in the script. http://pubs.opengroup.org/onlinepubs/009695399/utilities/sh.html
1 parent 8284315 commit d9c1936

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
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)