delorie.com/archives/browse.cgi | search |
Date: | Tue, 6 Aug 1996 13:15:26 +0200 (IST) |
From: | Eli Zaretskii <eliz AT is DOT elta DOT co DOT il> |
To: | djgpp-workers AT delorie DOT com |
Subject: | Shell script execution in spawnXX |
Message-Id: | <Pine.SUN.3.91.960806130913.14581A-100000@is> |
Mime-Version: | 1.0 |
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?
webmaster | delorie software privacy |
Copyright © 2019 by DJ Delorie | Updated Jul 2019 |