Fix regexp to work with qemux86

git-svn-id: https://svn.o-hand.com/repos/poky/trunk@1163 311d38ba-8fff-0310-9ca6-ca027cbcb966
This commit is contained in:
Ross Burton 2007-01-18 11:38:52 +00:00
parent 9c4684a670
commit 85788ed18f

View File

@ -37,7 +37,7 @@ else
fi
if [ "x$MACHINE" = "x" ]; then
MACHINE=`basename $ZIMAGE | sed -r -e 's#.*-([a-z]+)-?[0-9]*..*#\1#'`
MACHINE=`basename $ZIMAGE | sed -r -e 's#.*-([a-z]+[0-9]*)-?[0-9]*..*#\1#'`
fi
INTERNAL_SCRIPT=`which poky-qemu-internal`