X-Spam-Check-By: sourceware.org From: "Dennis Simpson" To: Subject: Unable to run even simple batch scripts any more Date: Mon, 12 Feb 2007 16:25:29 -0600 Message-ID: <021b01c74ef4$b38a71d0$8532a8c0@M6> MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit X-Mailer: Microsoft Office Outlook 11 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 Three of us updated to latest windows cygwin last week, and none can run even simple .sh scripts any more. Prior version was 6 months ago. test 1: y.sh #!/cygdrive/c/cygwin/bin/bash.exe cd ../working pwd results: $ ./y.sh : No such file or directorying (note: "directorying" should be "directory working", but isn't) : command not found (Note: there really is a "../working" directory) Test 2: z.sh $ cat z.sh #!/usr/bin/bash.exe cd ../working Results $ ./z.sh : No such file or directorying : command not found Test 3: t.sh $ cat t.sh #!/usr/bin/bash.exe env $ ./t.sh : command not found : command not found Test 4: u.sh $ cat u.sh env dwsimpso AT M6 /cygdrive/c/DOCUME~1/dwsimpso/WORKSP~1/sep $ ./u.sh : command not found -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation: http://cygwin.com/docs.html FAQ: http://cygwin.com/faq/