From 36ed211c35abf9eb5f90ecef6fa57165117b28e9 Mon Sep 17 00:00:00 2001 From: Richard Purdie Date: Fri, 22 Feb 2008 16:23:33 +0000 Subject: 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 --- scripts/runqemu | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'scripts/runqemu') diff --git a/scripts/runqemu b/scripts/runqemu index 673490bf2..4bbd3f6d8 100755 --- a/scripts/runqemu +++ b/scripts/runqemu @@ -1,4 +1,4 @@ -#!/bin/sh +#!/bin/bash # Handle Poky <-> QEmu interface voodoo # @@ -122,4 +122,3 @@ fi CROSSPATH=$BUILDDIR/tmp/staging/$BUILD_SYS/usr/bin:$CROSSPATH:$BUILDDIR/tmp/cross/bin . $INTERNAL_SCRIPT - -- cgit v1.2.3