X-Recipient: archive-cygwin AT delorie DOT com DomainKey-Signature: a=rsa-sha1; c=nofws; d=sourceware.org; h=list-id :list-unsubscribe:list-subscribe:list-archive:list-post :list-help:sender:from:to:subject:date:message-id:content-type :content-transfer-encoding:mime-version; q=dns; s=default; b=n/I yDgqDlWGMdTxyKKUg3pxr1GAaz9GAjDTM14Lu1ju+FfsqB67L5mh9YisVkfqud7J snIqjeNSAsVpP/Wfkgq/elzH5yv+xEaD97x+K9LvCuGTE5FPRE+BFuY9VQY98sCD e7BrnnqPSRTgbnYibxipMfKcB7gYuRacaY1sacbM= DKIM-Signature: v=1; a=rsa-sha1; c=relaxed; d=sourceware.org; h=list-id :list-unsubscribe:list-subscribe:list-archive:list-post :list-help:sender:from:to:subject:date:message-id:content-type :content-transfer-encoding:mime-version; s=default; bh=aBCvOAmpY nXpYJrLwytHikAK2bs=; b=t04AjasTgBr9Uz3+P+bj2+LBG0IY0BpKT4wHIDDp9 6AmlylE+fIdrOEU2ZmXaW5Gp5fvwoUplCr81+x+IvLp8W5Fq/jIyhu5N7cut/7S+ 9p6UGwIvXKwomv6Af0yAXkDKSbdj7HQe/+Vp5FEzjVBDrHMmK7IMDmkpJYROS1TW Gk= 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 X-Spam-SWARE-Status: No, score=-0.3 required=5.0 tests=AWL,BAYES_05,KHOP_RCVD_UNTRUST,RCVD_IN_DNSWL_MED,RCVD_IN_HOSTKARMA_NO autolearn=ham version=3.3.1 From: "Nellis, Kenneth" To: "cygwin AT cygwin DOT com" Subject: dosfilewarning Date: Fri, 21 Jun 2013 18:38:37 +0000 Message-ID: <0D835E9B9CD07F40A48423F80D3B5A7021D8C1AE@USA7109MB022.na.xerox.net> Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-MIME-Autoconverted: from quoted-printable to 8bit by delorie.com id r5LId0lY008992 I have a BAT file that calls a bash script that generates the following (edited): cygwin warning: MS-DOS style path detected: XXX Preferred POSIX equivalent is: XXX 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 If I rerun the script, I don't get the message a second time, which makes debugging the problem a problem. How can I have this message show up on every invocation? I tried closing all Cygwin processes and tried setting CYGWIN=dosfilewarning, but it seemed to want something more. --Ken Nellis -- 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