From: "Mark E." To: djgpp-workers AT delorie DOT com Date: Thu, 9 Mar 2000 14:12:35 -0500 MIME-Version: 1.0 Content-type: text/plain; charset=US-ASCII Content-transfer-encoding: 7BIT 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|";