hush: fix dot builtin to not search current directory
authorDenys Vlasenko <vda.linux@googlemail.com>
Sat, 27 Jan 2018 18:05:59 +0000 (19:05 +0100)
committerDenys Vlasenko <vda.linux@googlemail.com>
Sat, 27 Jan 2018 18:05:59 +0000 (19:05 +0100)
commitf7e0feaf977ea5fef0f0819ba67a47dbef9b2e1a
tree9032aeeacc7af878046f560c920aedee67870843
parentbb373dbc3297748623dec26798a631a4530122ec
hush: fix dot builtin to not search current directory

function                                             old     new   delta
builtin_source                                       182     209     +27

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