X-Recipient: archive-cygwin AT delorie DOT com X-SWARE-Spam-Status: No, hits=0.7 required=5.0 tests=AWL,BAYES_00,BUG6152_INVALID_DATE_TZ_ABSURD,INVALID_DATE_TZ_ABSURD,L_SPAM_TOOL_13 X-Spam-Check-By: sourceware.org Date: Tue, 28 Feb 2012 10:41:36 +0059 From: Denis Excoffier To: cygwin AT cygwin DOT com Subject: unexpected nodosfilewarning message Message-ID: <20120228094200.GA2560@qp9482> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.5.21 (2010-09-15) 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 Hello, The following command, under tcsh, produces the "nodosfilewarning" message but shouldn't (IMHO). Of course, it seems more tcsh-related than cygwin-related, but perhaps someone could have an idea. % echo '\u' /etc/xi* cygwin warning: MS-DOS style path detected: \u Preferred POSIX equivalent is: /cygdrive/d/u CYGWIN environment variable option "nodosfilewarning" turns off this warning. Consult the user's guide for more details about POSIX paths: http://cygwin.com/cygwin-ug-net/using.html#using-pathnames \u /etc/xinetd.conf /etc/xinetd.d % No message under bash (under a fresh instance of cygwin1.dll of course): $ echo '\u' /etc/xi* \u /etc/xinetd.conf /etc/xinetd.d Regards, Denis Excoffier. -- Problem reports: http://cygwin.com/problems.html FAQ: http://cygwin.com/faq/ Documentation: http://cygwin.com/docs.html Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple