diff options
author | David Starks-Browning <starksb@ebi.ac.uk> | 2000-11-17 12:10:04 +0000 |
---|---|---|
committer | David Starks-Browning <starksb@ebi.ac.uk> | 2000-11-17 12:10:04 +0000 |
commit | b9448841dbf2c48d9bec26b1a8948646485916a4 (patch) | |
tree | b909a5a3963106218a6bd292cbba657c38d7c97b /winsup/doc/how-using.texinfo | |
parent | 2f2092aece1a931f311fd74f23cab06eaf751a25 (diff) | |
download | cygnal-b9448841dbf2c48d9bec26b1a8948646485916a4.tar.gz cygnal-b9448841dbf2c48d9bec26b1a8948646485916a4.tar.bz2 cygnal-b9448841dbf2c48d9bec26b1a8948646485916a4.zip |
Fix error in "Why doesn't my script work?", add note about 'mount -x'.
Diffstat (limited to 'winsup/doc/how-using.texinfo')
-rw-r--r-- | winsup/doc/how-using.texinfo | 11 |
1 files changed, 8 insertions, 3 deletions
diff --git a/winsup/doc/how-using.texinfo b/winsup/doc/how-using.texinfo index 87699f689..b18619a81 100644 --- a/winsup/doc/how-using.texinfo +++ b/winsup/doc/how-using.texinfo @@ -162,15 +162,20 @@ they are executable. If your script does not start with @end example (or any path to a script interpreter, it does not have to be /bin/sh) -then Cygwin will not know it is an executable script. The common Bourne -shell idiom +then Cygwin will not know it is an executable script. The Bourne shell +idiom @example : # This is the 2nd line, assume processing by /bin/sh @end example -does not work. +also works. + +Note that you can use @samp{mount -x} to force Cygwin to treat all files +under the mount point as executable. This can be used for individual +files as well as directories. Then Cygwin will not bother to read files +to determine whether they are executable. @subsection Why don't cursor keys work under Win95/Win98? |