hush: fix "export a=a b=b" (was not setting and exporting b)
authorDenis Vlasenko <vda.linux@googlemail.com>
Mon, 6 Apr 2009 11:33:07 +0000 (11:33 -0000)
committerDenis Vlasenko <vda.linux@googlemail.com>
Mon, 6 Apr 2009 11:33:07 +0000 (11:33 -0000)
commitb0a6478eefe3894d16a15f8a23908135e7c97aa7
treef519b80ccd92bef9bbf4d9f66d363d70107b0cd4
parentc8d27334a0921d6ca76862e9c7befe12a4df6dc6
hush: fix "export a=a b=b" (was not setting and exporting b)

function                                             old     new   delta
builtin_export                                       103     117     +14
shell/hush.c