Skip to content
Snippets Groups Projects
Commit 86894548 authored by Matthias Schiffer's avatar Matthias Schiffer
Browse files

Explicitly set SHELL to bash


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

Suggested-by: default avatarSteffen Möller <steffen_moeller@gmx.de>
parent 7327ad2f
No related branches found
No related tags found
No related merge requests found
......@@ -4,6 +4,8 @@ LC_ALL:=C
LANG:=C
export LC_ALL LANG
export SHELL:=/usr/bin/env bash
empty:=
space:= $(empty) $(empty)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment