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 <li...@baker-net.org.uk>

---
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 \

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

Reply via email to