summaryrefslogtreecommitdiffstats
path: root/scripts/poky-qemu
diff options
context:
space:
mode:
Diffstat (limited to 'scripts/poky-qemu')
-rwxr-xr-xscripts/poky-qemu3
1 files changed, 1 insertions, 2 deletions
diff --git a/scripts/poky-qemu b/scripts/poky-qemu
index 8710e05dd6..e3693fe16d 100755
--- a/scripts/poky-qemu
+++ b/scripts/poky-qemu
@@ -41,5 +41,4 @@ if [ "x$MACHINE" = "x" ]; then
41fi 41fi
42 42
43INTERNAL_SCRIPT=`which poky-qemu-internal` 43INTERNAL_SCRIPT=`which poky-qemu-internal`
44source $INTERNAL_SCRIPT 44. $INTERNAL_SCRIPT
45