summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xscripts/poky-qemu3
-rwxr-xr-xscripts/runqemu3
2 files changed, 2 insertions, 4 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
diff --git a/scripts/runqemu b/scripts/runqemu
index 7ed080e20a..d3643a626e 100755
--- a/scripts/runqemu
+++ b/scripts/runqemu
@@ -93,9 +93,8 @@ else
93fi 93fi
94 94
95INTERNAL_SCRIPT=`which poky-qemu-internal` 95INTERNAL_SCRIPT=`which poky-qemu-internal`
96source $INTERNAL_SCRIPT 96. $INTERNAL_SCRIPT
97 97
98if [ -x "$DISTCCD" ]; then 98if [ -x "$DISTCCD" ]; then
99 killall distccd 99 killall distccd
100fi 100fi
101