From 3c498d82301b952da57099bce75a0f3fb3c48567 Mon Sep 17 00:00:00 2001 From: "kfraser@localhost.localdomain" Date: Tue, 17 Oct 2006 17:19:31 +0100 Subject: [SOLARIS] Some makefile fragments expect a better shell than Solaris's /bin/sh, so force bash usage. Signed-off-by: John Levon --- config/SunOS.mk | 1 + 1 file changed, 1 insertion(+) (limited to 'config/SunOS.mk') diff --git a/config/SunOS.mk b/config/SunOS.mk index c1dd310587..e309138342 100644 --- a/config/SunOS.mk +++ b/config/SunOS.mk @@ -12,6 +12,7 @@ OBJCOPY = $(CROSS_COMPILE)gobjcopy OBJDUMP = $(CROSS_COMPILE)gobjdump GREP = ggrep +SHELL = bash INSTALL = ginstall INSTALL_DIR = $(INSTALL) -d -m0755 -- cgit v1.2.3