summaryrefslogtreecommitdiff
path: root/solenv
diff options
context:
space:
mode:
authorNorbert Thiebaud <nthiebaud@gmail.com>2012-09-27 05:25:53 -0500
committerNorbert Thiebaud <nthiebaud@gmail.com>2012-09-27 05:26:34 -0500
commit35ce9c76c3ac768332998428e48ec839da709f4a (patch)
treec015cdf8ca2918c67bf01a676a239a470af8225c /solenv
parent3e5c86705120ec5144db67104036f2fa5790be21 (diff)
bash is already a pre-req. and ubuntu /bin/sh is a borked variation of it
Change-Id: Ic3d9aee7d5ee50dfc3ffedc30d6a9c88260d7794
Diffstat (limited to 'solenv')
-rw-r--r--solenv/gbuild/gbuild.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/solenv/gbuild/gbuild.mk b/solenv/gbuild/gbuild.mk
index 0f11ea0c4eb2..c7f8a8309aa8 100644
--- a/solenv/gbuild/gbuild.mk
+++ b/solenv/gbuild/gbuild.mk
@@ -48,7 +48,7 @@ GBUILDDIR:=$(SRCDIR)/solenv/gbuild
.DELETE_ON_ERROR:
-SHELL := /bin/sh
+SHELL := /usr/bin/env bash
true := T
false :=
define NEWLINE