hush/editors
Glenn L McGrath f4523562b6 Fix branching commands.
If a label isnt specified, jump to end of script, not the last command
in the script.

Print an error and exit if you try and jump to a non-existant label

Works for the following testcase
# cat strings
a
b
c
d
e
f
g
# cat strings | ./busybox sed -n '/d/b;p'
a
b
c
e
f
g
2003-09-14 06:01:14 +00:00
..
awk.c Major coreutils update. 2003-03-19 09:13:01 +00:00
Config.in Patch from Terje Kvernes adding quite a lot of missing documentation 2003-07-22 09:59:34 +00:00
Makefile Update a bunch of docs. Run a script to update my email addr. 2003-07-14 21:21:08 +00:00
Makefile.in Update a bunch of docs. Run a script to update my email addr. 2003-07-14 21:21:08 +00:00
patch.c New applet: patch, applies a unified diff 2003-06-22 15:32:41 +00:00
sed.c Fix branching commands. 2003-09-14 06:01:14 +00:00
vi.c Major coreutils update. 2003-03-19 09:13:01 +00:00