On 04/18/2012 01:55 PM, Eduardo Habkost wrote: > The generic *dir section will eventually go away and be replaced with > qemu_* section. By now, both sections will be kept, while the variables > get renamed on config-host.mak. > > With this patch, a XXXdir variable will become a CONFIG_QEMU_XXXDIR > define, and a qemu_XXXdir variable will become CONFIG_QEMU_XXXDIR as > well (instead of becoming a CONFIG_QEMU_QEMU_XXXDIR define). > > Changes v1 -> v2: > - Rebase on top of newer qemu.git changes, that changed > "tr '[:lower:]' '[:upper:]'" to "LC_ALL=C tr '[a-z]' '[A-Z]'". >
> + qemu_*dir=*) # qemu-specific directory configuration > + name=${line%=*} Bug. You want ${line%%=*}, in case the value portion of this assignment contains a second '=' character. -- Eric Blake ebl...@redhat.com +1-919-301-3266 Libvirt virtualization library http://libvirt.org
signature.asc
Description: OpenPGP digital signature