]> git.pond.sub.org Git - empserver/commit
Make: Use SHELL to run test scripts, since /bin/sh may suck
authorMarkus Armbruster <armbru@pond.sub.org>
Mon, 28 Dec 2020 10:38:20 +0000 (11:38 +0100)
committerMarkus Armbruster <armbru@pond.sub.org>
Sat, 23 Jan 2021 06:08:21 +0000 (07:08 +0100)
commit55c1d29efec09a2fa3af67a95e922b8481e8728c
treeaee435cbf0621fe2080f7070ef8a72de6fea0e46
parent9556c6bd650ea5f44217a80302dbed6cc8d579b3
Make: Use SHELL to run test scripts, since /bin/sh may suck

The test scripts need a POSIX-compliant Bourne shell.  /bin/sh isn't
on some systems, such as Solaris.  Run them with $(SHELL).

Signed-off-by: Markus Armbruster <armbru@pond.sub.org>
Make.mk