delorie.com/archives/browse.cgi | search |
From: | "Mark E." <snowball3 AT bigfoot DOT com> |
To: | djgpp-workers AT delorie DOT com |
Date: | Thu, 9 Mar 2000 14:12:35 -0500 |
MIME-Version: | 1.0 |
Subject: | stat and X bit question |
Message-ID: | <38C7B153.28825.14E9DA@localhost> |
X-mailer: | Pegasus Mail for Win32 (v3.12c) |
Reply-To: | djgpp-workers AT delorie DOT com |
Greetings, In is_exec.c, there is a list of extensions (listed in the code snippet below) that automatically designate executable files. This list doesn't include .sh, .ksh, .pl, and .sed. Was this done on purpose or should they indeed be added to the list? /* A list of extensions which designate executable files. These are NOT tested for the magic number. */ static char executables[] = "|EXE|COM|BAT|BTM|DLL|VXD|";
webmaster | delorie software privacy |
Copyright © 2019 by DJ Delorie | Updated Jul 2019 |