From: "Tim Van Holder" To: Subject: RE: wc202.txi is executable ?! Date: Wed, 17 Jan 2001 21:01:01 +0100 Message-ID: MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook IMO, Build 9.0.2416 (9.0.2910.0) In-reply-to: <20010117133909.C19070@kendall.sfbr.org> Importance: Normal X-MimeOLE: Produced By Microsoft MimeOLE V5.50.4133.2400 Content-Transfer-Encoding: 8bit X-MIME-Autoconverted: from quoted-printable to 8bit by delorie.com id OAA07227 Reply-To: djgpp-workers AT delorie DOT com Errors-To: nobody AT delorie DOT com X-Mailing-List: djgpp-workers AT delorie DOT com X-Unsubscribes-To: listserv AT delorie DOT com Precedence: bulk > `wc202.txi' has interesting permissions.... It probably got committed from a mounted VFAT partition on Linux. Such mounts tend to think everything is executable (unless you convince them otherwise through a mount-time option). Same goes for the makefile. The reverse is unfortunately also true: if you commit a shell script using a DJGPP-based CVS, it doesn't end up in the repository with executable permissions (probably a stat thing; I'll try to sort this out for the DJGPP release of CVS 1.11, if and when I find the time to work on it).