1
0
mirror of git://git.code.sf.net/p/zsh/code synced 2024-09-28 15:01:21 +02:00

unposted: remove redundant TODO

This commit is contained in:
Peter Stephenson 2006-06-16 10:43:59 +00:00
parent a4174f022d
commit 70a28c494e
2 changed files with 5 additions and 4 deletions

@ -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> 2006-06-11 Clint Adams <clint@zsh.org>
* 22486: Completion/Debian/Command/_dak: completion for * 22486: Completion/Debian/Command/_dak: completion for

@ -408,10 +408,6 @@ zexecve(char *pth, char **argv)
if (eno == ENOENT) { if (eno == ENOENT) {
if (*ptr) if (*ptr)
*ptr = '\0'; *ptr = '\0';
/*
* TODO: needs variable argument handling
* in zerrmsg() etc. to do this properly.
*/
zerr("%s: bad interpreter: %s: %e", pth, ptr2, zerr("%s: bad interpreter: %s: %e", pth, ptr2,
eno); eno);
} else if (*ptr) { } else if (*ptr) {