delorie.com/archives/browse.cgi | search |
X-Spam-Check-By: | sourceware.org |
From: | "Dennis Simpson" <simpson AT august DOT com> |
To: | <cygwin AT cygwin DOT com> |
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 |
X-Mailer: | Microsoft Office Outlook 11 |
Mailing-List: | contact cygwin-help AT cygwin DOT com; run by ezmlm |
List-Id: | <cygwin.cygwin.com> |
List-Subscribe: | <mailto:cygwin-subscribe AT cygwin DOT com> |
List-Archive: | <http://sourceware.org/ml/cygwin/> |
List-Post: | <mailto:cygwin AT cygwin DOT com> |
List-Help: | <mailto:cygwin-help AT cygwin DOT com>, <http://sourceware.org/ml/#faqs> |
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/
webmaster | delorie software privacy |
Copyright © 2019 by DJ Delorie | Updated Jul 2019 |