ash: ditch dupredirect(), it was only making code harder to read.
authorDenis Vlasenko <vda.linux@googlemail.com>
Thu, 24 Jul 2008 11:34:27 +0000 (11:34 -0000)
committerDenis Vlasenko <vda.linux@googlemail.com>
Thu, 24 Jul 2008 11:34:27 +0000 (11:34 -0000)
commit8d924ecf38fe4a9008c7d791ee51e7f8638e885e
tree879f6e9da3d6ac97113e00ea8c8bd1d19436d971
parent0b76964ae11b1d71e8634d1d7d672219dd43bde9
ash: ditch dupredirect(), it was only making code harder to read.
 incorporate it in its single callsite.

function                                             old     new   delta
redirect                                            1054    1052      -2
changepath                                           196     194      -2
shell/ash.c