diff mbox

[v2,2/4] Specify SHELL in documentation Makefile

Message ID 200903292322.08660.linux@baker-net.org.uk (mailing list archive)
State Accepted
Headers show

Commit Message

Adam Baker March 29, 2009, 10:22 p.m. UTC
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 <linux@baker-net.org.uk>

---

--
To unsubscribe from this list: send the line "unsubscribe linux-media" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
diff mbox

Patch

diff -r d8d701594f71 v4l2-spec/Makefile
--- a/v4l2-spec/Makefile	Sun Mar 29 08:45:36 2009 +0200
+++ b/v4l2-spec/Makefile	Sun Mar 29 22:59:16 2009 +0100
@@ -1,5 +1,6 @@ 
 # Also update in v4l2.sgml!
 VERSION = 0.25
+SHELL=/bin/bash
 
 SGMLS = \
 	biblio.sgml \