~vcs-imports/busybox/trunk

  • Committer: Denys Vlasenko
  • Author(s): Ron Yorston
  • Date: 2024-09-27 19:29:05 UTC
  • Revision ID: git-v1:24aa93d5382f2365c35d6e804b748e0a1febf2f6
ash: reject unknown long options

Commit 64f70cc755 (Add --login support) added code in options()
to handle the bash-compatible '--login' option.  In doing so it
committed BusyBox ash to silently accepting all other long
options.

Restore compatibility with other ash variants by rejecting unknown
long options.

function                                             old     new   delta
options                                              589     624     +35

Signed-off-by: Ron Yorston <rmy@pobox.com>
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
Filename Latest Rev Last Changed Committer Comment Size
..
Config.src 17293 3 years ago Denys Vlasenko config system: move some options closer to releval 199 bytes Diff Download File
Kbuild.src 12359 13 years ago Denys Vlasenko reformime: do not require \r\n function 173 bytes Diff Download File
mail.c 16775 4 years ago Denys Vlasenko Fix mail compilation on the FreeBSD FreeBSD using 4.2 KB Diff Download File
mail.h 16706 4 years ago Denys Vlasenko mail: commonalize send_r_n() function 937 bytes Diff Download File
makemime.c 17700 1 year ago Denys Vlasenko Update applet size estimates Signed-off-by: Denys 8.3 KB Diff Download File
popmaildir.c 17700 1 year ago Denys Vlasenko Update applet size estimates Signed-off-by: Denys 8.5 KB Diff Download File
reformime.c 17700 1 year ago Denys Vlasenko Update applet size estimates Signed-off-by: Denys 7.6 KB Diff Download File
sendmail.c 16706 4 years ago Denys Vlasenko mail: commonalize send_r_n() function 16.1 KB Diff Download File