qemu: Ensure an internal qemugl script uses bash as it has bashisms

(From OE-Core rev: 6e26eaf03f2f524b78c194377ea0589e6913445d)

Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
Richard Purdie
2011-11-09 17:25:25 +00:00
parent c96e4990fe
commit d9740cdcd7
6 changed files with 6 additions and 6 deletions

View File

@@ -280,7 +280,7 @@ Index: qemu-0.14.0/target-i386/beginend_funcs.sh
--- /dev/null
+++ qemu-0.14.0/target-i386/beginend_funcs.sh
@@ -0,0 +1,23 @@
+#! /bin/sh
+#! /bin/bash
+# Copyright 2008 (C) Intel Corporation
+#
+# echo names of functions that are legal between a glBegin and glEnd pair.