CVSROOT: /cvs
Module name: src
Changes by: [email protected] 2018/12/07 07:45:40
Modified files:
usr.bin/sed : compile.c
Log message:
As an extension to POSIX, for consistency with our behaviour for
the "b" and "t" commands with a label, and for compatibility with
GNU sed, also accept ";" followed by another command after "b"
and "t" commands without a label: branch to the end of the script
instead of erroring out. Parsing is unchanged.
Missing feature reported by Lars dot Nooden at gmail dot com on bugs@.
OK martijn@ millert@