Re: [PATCH 2/2 v2] Fix SHELL variable in Makefile for Haiku

2021-07-04 Thread Richard Zak
Yes, that would have been fine, but I don't know why that wasn't done previously. Someone else had put in the full path to env for bash, so I didn't want to change something which may have been intentional. În dum., 4 iul. 2021 la 12:19, Thomas Huth a scris: > On 04/07/2021 16.28, Richard Zak wr

Re: [PATCH 2/2 v2] Fix SHELL variable in Makefile for Haiku

2021-07-04 Thread Thomas Huth
On 04/07/2021 16.28, Richard Zak wrote: Signed-off-by: Richard Zak > ---  Makefile | 8 +++-  1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 30f19d33bb..37124410da 100644 --- a/Makefile +++ b/Makefile @@ -14,7 +14,13 @@

[PATCH 2/2 v2] Fix SHELL variable in Makefile for Haiku

2021-07-04 Thread Richard Zak
Signed-off-by: Richard Zak --- Makefile | 8 +++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 30f19d33bb..37124410da 100644 --- a/Makefile +++ b/Makefile @@ -14,7 +14,13 @@ SRC_PATH=. # we have explicit rules for everything MAKEFLAGS += -rR -SHELL