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>
This commit is contained in:
Matthias Schiffer 2016-03-22 13:01:18 +01:00
parent 7327ad2ff1
commit 86894548c5
1 changed files with 2 additions and 0 deletions

View File

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