[virt-tools-list] [virt-manager PATCH] autogen: Don't fail when config.status doesn't exist

Eric Blake eblake at redhat.com
Wed Oct 20 14:16:09 UTC 2010


On 10/20/2010 05:48 AM, Marti Raudsepp wrote:
> Hi list,
>
> A recent change introduced a problem into autogen.sh where you
> couldn't do autogen at all, if you don't have a file called
> config.status (see
> http://hg.fedorahosted.org/hg/virt-manager/rev/e0f406f266ad )
>
> I have attached a patch to fix this; you can also get it by pulling
> https://bitbucket.org/intgr/virt-manager-fixes

Rather than 'rm config.status || true', the more common idiom in a 
script run under 'set -e' is to use 'rm -f config.status'.

-- 
Eric Blake   eblake at redhat.com    +1-801-349-2682
Libvirt virtualization library http://libvirt.org




More information about the virt-tools-list mailing list