aboutsummaryrefslogtreecommitdiffstats
path: root/scripts/poky-qemu
diff options
context:
space:
mode:
authorRichard Purdie <richard@openedhand.com>2008-02-22 16:23:33 +0000
committerRichard Purdie <richard@openedhand.com>2008-02-22 16:23:33 +0000
commit36ed211c35abf9eb5f90ecef6fa57165117b28e9 (patch)
treeec5875927aac3738814c8cc23030efa26cf390be /scripts/poky-qemu
parent2084d46ed48b39f7f9d6c84b7236d40e3af7bb8b (diff)
downloadopenembedded-core-contrib-36ed211c35abf9eb5f90ecef6fa57165117b28e9.tar.gz
scripts: Mark qemu scripts as bash specific to avoid dash problems and error if a suitable qemu binary can't be found
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@3859 311d38ba-8fff-0310-9ca6-ca027cbcb966
Diffstat (limited to 'scripts/poky-qemu')
-rwxr-xr-xscripts/poky-qemu2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/poky-qemu b/scripts/poky-qemu
index 79456f6a60..9030700ded 100755
--- a/scripts/poky-qemu
+++ b/scripts/poky-qemu
@@ -1,4 +1,4 @@
-#!/bin/sh
+#!/bin/bash
# Handle running Poky images standalone with QEMU
#