Unable to run even simple batch scripts any more

2007-02-12 Thread Dennis Simpson
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

[EMAIL PROTECTED] /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/



Re: ls not showing anything - sometimes

2007-02-12 Thread Dennis Simpson
One co-worker downloaded the latest Windows cygwin last week. His "ls"
command now consistently does not  return anything, regardless of what
directory he is in.  This is in addition to not being able to run shell
scripts any more, either.  
 
The other two of us that upgraded last week to the latest Windows cygwin do
NOT have this "ls" problem.  "ls" works fine.



--
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/



Re: Unable to run even simple batch scripts any more

2007-02-13 Thread Dennis Simpson
I would like to thank those who unselfishly took their time to help us and
anyone else who reads these posts in the future, as the situation may
persist for a while.
 
Also, we do appreciate that open source developers are not paid, and do
their best. It's great this group is so active.  It impresses me away that
so many chimed in in only 24 hours! 



--
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/