This is the mail archive of the cygwin mailing list for the Cygwin project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

boxes postinstall bug [attn boxes maintainer]


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

Attachment: signature.asc
Description: OpenPGP digital signature


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]