From 6531611d9a02ebee72229ee475601a5717222e56 Mon Sep 17 00:00:00 2001 From: Richard Purdie Date: Tue, 16 Jan 2007 12:35:15 +0000 Subject: runqemu: Tweak scripts git-svn-id: https://svn.o-hand.com/repos/poky/trunk@1145 311d38ba-8fff-0310-9ca6-ca027cbcb966 --- scripts/runqemu-standalone | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'scripts/runqemu-standalone') diff --git a/scripts/runqemu-standalone b/scripts/runqemu-standalone index 6e8218331..08829e933 100755 --- a/scripts/runqemu-standalone +++ b/scripts/runqemu-standalone @@ -40,5 +40,6 @@ if [ "x$MACHINE" = "x" ]; then MACHINE=`basename $ZIMAGE | sed -e 's#.*-\([a-z]*\)-*[0-9]*..*#\1#'` fi -source $OEROOT/scripts/runqemu-internal +INTERNAL_SCRIPT=`which runqemu-internal` +source $INTERNAL_SCRIPT -- cgit v1.2.3