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
This commit is contained in:
shine-on 2013-09-05 13:12:04 +03:00
parent 82843153a5
commit d9c1936fc4

View File

@ -1,4 +1,4 @@
SHELL := /bin/bash
SHELL := /bin/sh
connectionString=postgres://