Documentation on fstab out of date

Steven Penny svnpenn@gmail.com
Sat Apr 18 17:21:00 GMT 2015


On Sat, Apr 18, 2015 at 9:47 AM, David Macek wrote:
> According to has_exec_chars, the sniffing routine also looks for "MZ" (EXE/PE
> files) and ":\n" (batch files? (can anyone confirm this?)).

Yeah, I can confirm that it does nothing.

    $ touch alpha.sh bravo.sh charlie.bat delta.bat

    $ echo '#!/bin/sh' > bravo.sh

    $ echo : > delta.bat

    $ file *
    alpha.sh:    empty
    bravo.sh:    POSIX shell script, ASCII text executable
    charlie.bat: empty
    delta.bat:   ASCII text

--
Problem reports:       http://cygwin.com/problems.html
FAQ:                   http://cygwin.com/faq/
Documentation:         http://cygwin.com/docs.html
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple



More information about the Cygwin mailing list