https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=203279
Jilles Tjoelker <jil...@freebsd.org> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |jil...@freebsd.org --- Comment #1 from Jilles Tjoelker <jil...@freebsd.org> --- If options that take an option-argument of ":" can be excluded forever, a simple workaround would be to skip option processing if there are 3 arguments (excluding argv[0]) and the second argument is ":". A stronger form of only treating "--" and "-e" as options would prevent adding any more options without compatibility problems. Perhaps this is acceptable, since expr is not a utility where major extensions are expected. -- You are receiving this mail because: You are the assignee for the bug. _______________________________________________ freebsd-bugs@freebsd.org mailing list https://lists.freebsd.org/mailman/listinfo/freebsd-bugs To unsubscribe, send any mail to "freebsd-bugs-unsubscr...@freebsd.org"