This is the mail archive of the
cygwin
mailing list for the Cygwin project.
Unable to run even simple batch scripts any more
- From: "Dennis Simpson" <simpson at august dot com>
- To: <cygwin at cygwin dot com>
- Date: Mon, 12 Feb 2007 16:25:29 -0600
- Subject: Unable to run even simple batch scripts any more
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@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/