This is the mail archive of the cygwin mailing list for the Cygwin project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

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/


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]