Explorar o código

Explicitly set SHELL to bash

Fixes some messages if /bin/sh doesn't support 'echo -e'.

Suggested-by: Steffen Möller <steffen_moeller@gmx.de>
Matthias Schiffer %!s(int64=8) %!d(string=hai) anos
pai
achega
86894548c5
Modificáronse 1 ficheiros con 2 adicións e 0 borrados
  1. 2 0
      Makefile

+ 2 - 0
Makefile

@@ -4,6 +4,8 @@ LC_ALL:=C
 LANG:=C
 export LC_ALL LANG
 
+export SHELL:=/usr/bin/env bash
+
 empty:=
 space:= $(empty) $(empty)