aboutsummaryrefslogtreecommitdiffstats
path: root/scripts/runqemu-standalone
diff options
context:
space:
mode:
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