diff options
Diffstat (limited to 'scripts/runqemu-standalone')
-rwxr-xr-x | scripts/runqemu-standalone | 3 |
1 files changed, 2 insertions, 1 deletions
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 |