From 66048dd53c78a9e76b7fad379652e9632bb4df5e Mon Sep 17 00:00:00 2001 From: Mauro Carvalho Chehab Date: Sun, 29 Mar 2009 22:22:08 +0000 Subject: Specify SHELL in documentation Makefile From: Adam Baker The Makefile for the V4L2 spec uses bash extensions but was using the default system shell, change it to explicitly request bash. Signed-off-by: Adam Baker Signed-off-by: Mauro Carvalho Chehab --- v4l2-spec/Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/v4l2-spec/Makefile b/v4l2-spec/Makefile index 41dba1cdd..e39136569 100644 --- a/v4l2-spec/Makefile +++ b/v4l2-spec/Makefile @@ -1,5 +1,6 @@ # Also update in v4l2.sgml! VERSION = 0.25 +SHELL=/bin/bash SGMLS = \ biblio.sgml \ -- cgit v1.2.3