From b855ab8539595970f52ae342a6ba2550e6501ef1 Mon Sep 17 00:00:00 2001 From: "David S. Miller" Date: Tue, 27 Mar 2012 15:02:19 -0700 Subject: Run conformtest script explicitly using BASH. * conform/Makefile: Run run-conformtest.sh using $(BASH). --- conform/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'conform') diff --git a/conform/Makefile b/conform/Makefile index 4915a67b1e..ae9ac141e6 100644 --- a/conform/Makefile +++ b/conform/Makefile @@ -31,7 +31,7 @@ endif $(objpfx)run-conformtest.out: run-conformtest.sh conformtest.pl \ $(wildcard data/*.h-data) \ $(wildcard data/*/*.h-data) - -$(SHELL) -e $< $(objpfx) $(PERL) '$(CC)' \ + -$(BASH) -e $< $(objpfx) $(PERL) '$(CC)' \ '-I../include $(+sysdep-includes) $(sysincludes) -I..' generated = $(wildcard $(objpfx)conform-*.out) -- cgit 1.4.1