Unable to run even simple batch scripts any more

Dennis Simpson simpson@august.com
Mon Feb 12 22:25:00 GMT 2007


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/



More information about the Cygwin mailing list