X-Recipient: archive-cygwin AT delorie DOT com X-SWARE-Spam-Status: No, hits=-6.8 required=5.0 tests=AWL,BAYES_00,RCVD_IN_DNSWL_HI,SPF_HELO_PASS,T_RP_MATCHES_RCVD X-Spam-Check-By: sourceware.org Message-ID: <4D627A7E.3050202@redhat.com> Date: Mon, 21 Feb 2011 07:45:18 -0700 From: Eric Blake User-Agent: Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.2.13) Gecko/20101209 Fedora/3.1.7-0.35.b3pre.fc14 Lightning/1.0b3pre Mnenhy/0.8.3 Thunderbird/3.1.7 MIME-Version: 1.0 To: cygwin Subject: boxes postinstall bug [attn boxes maintainer] OpenPGP: url=http://people.redhat.com/eblake/eblake.gpg Content-Type: multipart/signed; micalg=pgp-sha256; protocol="application/pgp-signature"; boundary="------------enig8DB532F5CFE16157F68C427D" X-IsSubscribed: yes Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner AT cygwin DOT com Mail-Followup-To: cygwin AT cygwin DOT com Delivered-To: mailing list cygwin AT cygwin DOT com --------------enig8DB532F5CFE16157F68C427D Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable 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. --=20 Eric Blake eblake AT redhat DOT com +1-801-349-2682 Libvirt virtualization library http://libvirt.org --------------enig8DB532F5CFE16157F68C427D Content-Type: application/pgp-signature; name="signature.asc" Content-Description: OpenPGP digital signature Content-Disposition: attachment; filename="signature.asc" -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.11 (GNU/Linux) Comment: Public key at http://people.redhat.com/eblake/eblake.gpg Comment: Using GnuPG with Fedora - http://enigmail.mozdev.org/ iQEcBAEBCAAGBQJNYnp+AAoJEKeha0olJ0NqrIoH/ih/Ye+gur4sKeBYGvcHaE7z C/JWBMri3nLbc5ejY70qs4AtyOfPOxf+ydGbHS46JyLGNKV4Mb2j6K6kQSZ2lZTV pGWAxAN0lxqK2gc2eMLrvb6tbV94xn+1pF7QZWn5s6Tvpo56lVD+SBZwS+AhqLFj naDZgYP9b4EBV3WacMSvUumy2P8yaQTqAhnuAfSJLi7xj8NQkZVFnexi7bnzTCAy YLathm0griSyUMIYDAl7cGhGUv/oYrMjoG6tizmgMHAih3cYBqiqvWVbgOSkFu2j bwZuZsZEPBNGNWoWue39Fv3f86/mX19ndWU1uZ4ojv4CB87gDW1Mm3b8i4Kzir4= =UyXh -----END PGP SIGNATURE----- --------------enig8DB532F5CFE16157F68C427D--