boxes postinstall bug [attn boxes maintainer]

Eric Blake eblake@redhat.com
Mon Feb 21 14:45:00 GMT 2011


The boxes.sh postinstall script has this:

    grep -E '^[^#]*/|^[[:space]]*$' $conffiles_from > $from
    grep -E '^[^#]*/|^[[:space]]*$' $conffiles_to   > $to


But it should be using '[[:space:]]' instead of '[[:space]]'.
Otherwise, every run of setup.exe will record that the postinstall
script is exiting with status 2, due to grep rejecting the invalid regex.

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

-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 619 bytes
Desc: OpenPGP digital signature
URL: <http://cygwin.com/pipermail/cygwin/attachments/20110221/a3cc06e6/attachment.sig>


More information about the Cygwin mailing list