diff options
author | Eric Andersen <andersen@codepoet.org> | 2003-07-28 07:42:19 +0000 |
---|---|---|
committer | Eric Andersen <andersen@codepoet.org> | 2003-07-28 07:42:19 +0000 |
commit | 05df91a3ac5801fc1f12101ab09f56626b296e83 (patch) | |
tree | 8b02085050bb1cbe105bc4cd1d74d8e696bfdc81 /loginutils/Makefile | |
parent | 35e643b39f6cc77b702c714cfa8e70f1e10601a9 (diff) | |
download | busybox-05df91a3ac5801fc1f12101ab09f56626b296e83.tar.gz |
last_patch98 from vodz:
Denis,
># ./busybox env - echo zzz
>zzz
># ./busybox echo -n zzz
>zzz
># ./busybox env - echo -n zzz
>env: invalid option -- n
>
> obviously, env tried to understand -n as env's option
> instead of blindly passing it to echo...
>
>BusyBox v1.00-pre1 (2003.07.16-07:53+0000) multi-call binary
>
>Usage: env [-iu] [-] [name=value]... [command]
Ah, you found very old problem.
Last patch also have:
- multiple "-u unsetenv" support
- GNU long option support
- save errno after exec failed before bb_perror_msg()
--w
vodz
Diffstat (limited to 'loginutils/Makefile')
0 files changed, 0 insertions, 0 deletions