make echo -e "foo\nfoo" | passwd USER work
authorDenys Vlasenko <vda.linux@googlemail.com>
Mon, 1 Feb 2010 03:55:30 +0000 (04:55 +0100)
committerDenys Vlasenko <vda.linux@googlemail.com>
Mon, 1 Feb 2010 03:55:30 +0000 (04:55 +0100)
commite936c6d1c501517a68404612235c79e0a3600fad
treeebb76a682fd7d3d7fab7e3ff453320d3ef408690
parent460f8276449f0933f242c9295b241ec213bcef82
make  echo -e "foo\nfoo" | passwd USER  work

Suggested by Michael Zhu (linuxsir320 AT gmail.com)

function                                             old     new   delta
bb_ask                                               333     340      +7

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