fix musl problem with dirname, now for all users of bb_make_directory()
authorDenys Vlasenko <vda.linux@googlemail.com>
Sun, 4 Dec 2016 09:42:07 +0000 (10:42 +0100)
committerDenys Vlasenko <vda.linux@googlemail.com>
Sun, 4 Dec 2016 09:42:07 +0000 (10:42 +0100)
commit4bd0c2ab38a53d5ecc89eacc61b3291d4fe01d51
treebcba1c6bbae7988c0fe2b8f5375e8b5050a254c4
parentfdb4421e00cc5115cffb55aac79c709a3a5108dd
fix musl problem with dirname, now for all users of bb_make_directory()

function                                             old     new   delta
bb_make_directory                                    412     419      +7
install_main                                         793     769     -24
------------------------------------------------------------------------------
(add/remove: 0/0 grow/shrink: 1/1 up/down: 7/-24)             Total: -17 bytes

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