Remove bashism

git-svn-id: https://svn.o-hand.com/repos/poky/trunk@1157 311d38ba-8fff-0310-9ca6-ca027cbcb966
This commit is contained in:
Ross Burton 2007-01-17 15:55:35 +00:00
parent 97453a1b81
commit b26da611c8
2 changed files with 2 additions and 4 deletions

View File

@ -41,5 +41,4 @@ if [ "x$MACHINE" = "x" ]; then
fi
INTERNAL_SCRIPT=`which poky-qemu-internal`
source $INTERNAL_SCRIPT
. $INTERNAL_SCRIPT

View File

@ -93,9 +93,8 @@ else
fi
INTERNAL_SCRIPT=`which poky-qemu-internal`
source $INTERNAL_SCRIPT
. $INTERNAL_SCRIPT
if [ -x "$DISTCCD" ]; then
killall distccd
fi