hush: support %%, %+ and % jobspec (meaning "current job")
authorDenys Vlasenko <vda.linux@googlemail.com>
Sun, 8 Jan 2017 14:46:04 +0000 (15:46 +0100)
committerDenys Vlasenko <vda.linux@googlemail.com>
Sun, 8 Jan 2017 14:46:04 +0000 (15:46 +0100)
commitd5b5c2fa151d318fa96778d5871e23ede312e5fa
treeff236f5a330a4df4a03b45c24a41c5301e4958dc
parent0ef478f01bb3d42f6776f58fb5891e1430af8799
hush: support %%, %+ and % jobspec (meaning "current job")

function                                             old     new   delta
parse_jobspec                                         83     133     +50
builtin_wait                                         278     283      +5

Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
shell/hush.c