Don't rely on process substitution
This commit is contained in:
parent
5c4d2dab99
commit
72d684d592
2 changed files with 3 additions and 5 deletions
4
lib.mk
4
lib.mk
|
|
@ -14,10 +14,6 @@ dist-files :=
|
|||
OS = $(shell uname -s)
|
||||
|
||||
|
||||
# Use bash (required for process substitution in the JAR function).
|
||||
SHELL = bash
|
||||
|
||||
|
||||
# Hack to define a literal space.
|
||||
space :=
|
||||
space +=
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue