Date: Tue, 6 Aug 1996 13:15:26 +0200 (IST) From: Eli Zaretskii To: djgpp-workers AT delorie DOT com Subject: Shell script execution in spawnXX Message-Id: Mime-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII We have a function (on dosexec.c) that seems to be written for direct execution of sh-like shell scripts (`script_exec'). It is currently effectively disabled, but its code is still compiled. Is there any good reasons to keep it? It is limited to scripts that only invoke programs, because it doesn't understand built-in shell commands, and the new `system' should support Unix-like shells much better. Can we just ifdef it away?