coreutils/src/uu/install
Juliana Rodrigueiro 2a02f01fc2 install: Don't display success message when the dir was not created
Also don't run chmod when we just failed to create the directory.

Behaviour before this patch:

    $ ./target/release/install -v -d dir1/dir2
    install: dir1/dir2: Permission denied (os error 13)
    install: dir1/dir2: chmod failed with error No such file or directory (os error 2)
    install: created directory 'dir1/dir2'
2021-04-02 19:59:43 +01:00
..
src install: Don't display success message when the dir was not created 2021-04-02 19:59:43 +01:00
Cargo.toml install: implement -C / --compare (#1811) 2021-03-27 09:18:47 +01:00