summary refs log tree commit diff
diff options
context:
space:
mode:
-rw-r--r--ChangeLog5
-rw-r--r--Src/exec.c4
2 files changed, 5 insertions, 4 deletions
diff --git a/ChangeLog b/ChangeLog
index c4ba6cf8e..3870cd77c 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2006-06-16  Peter Stephenson  <pws@csr.com>
+
+	* unposted: Src/exec.c: remove TODO in exec.c redundant
+	since 22474.
+
 2006-06-11  Clint Adams  <clint@zsh.org>
 
 	* 22486: Completion/Debian/Command/_dak: completion for
diff --git a/Src/exec.c b/Src/exec.c
index 784c9df56..6b178142c 100644
--- a/Src/exec.c
+++ b/Src/exec.c
@@ -408,10 +408,6 @@ zexecve(char *pth, char **argv)
 			if (eno == ENOENT) {
 			    if (*ptr)
 				*ptr = '\0';
-			    /*
-			     * TODO: needs variable argument handling
-			     * in zerrmsg() etc. to do this properly.
-			     */
 			    zerr("%s: bad interpreter: %s: %e", pth, ptr2,
 				 eno);
 			} else if (*ptr) {