summaryrefslogtreecommitdiffstats
path: root/scripts/runqemu-standalone
diff options
context:
space:
mode:
authorRichard Purdie <richard@openedhand.com>2007-01-16 12:35:15 +0000
committerRichard Purdie <richard@openedhand.com>2007-01-16 12:35:15 +0000
commit6531611d9a02ebee72229ee475601a5717222e56 (patch)
treeff6e616e4471086fdb2c02c1815b5cfef6bd4123 /scripts/runqemu-standalone
parent295818470acd4628df8c5de20a8843cb90171b5b (diff)
downloadopenembedded-core-contrib-6531611d9a02ebee72229ee475601a5717222e56.tar.gz
runqemu: Tweak scripts
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@1145 311d38ba-8fff-0310-9ca6-ca027cbcb966
Diffstat (limited to 'scripts/runqemu-standalone')
-rwxr-xr-xscripts/runqemu-standalone3
1 files changed, 2 insertions, 1 deletions
diff --git a/scripts/runqemu-standalone b/scripts/runqemu-standalone
index 6e8218331e..08829e933f 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