mirror of
git://git.code.sf.net/p/zsh/code
synced 2025-10-13 11:21:13 +02:00
unposted: remove redundant TODO
This commit is contained in:
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>
|
||||
|
||||
* 22486: Completion/Debian/Command/_dak: completion for
|
||||
|
|
|
@ -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) {
|
||||
|
|
Loading…
Reference in a new issue