diff options
author | Paul Spooren <mail@aparcar.org> | 2021-09-11 22:46:06 -1000 |
---|---|---|
committer | Paul Spooren <mail@aparcar.org> | 2021-09-23 21:40:52 -1000 |
commit | 70543aafb29a79613ac9b49ec41e51e42fa598ac (patch) | |
tree | 075e4aec782e413e3e86dfab8f77200c02a51fff /Config.in | |
parent | 9c331a6a91e870a1dc31f563333105e959f8b171 (diff) | |
download | upstream-70543aafb29a79613ac9b49ec41e51e42fa598ac.tar.gz upstream-70543aafb29a79613ac9b49ec41e51e42fa598ac.tar.bz2 upstream-70543aafb29a79613ac9b49ec41e51e42fa598ac.zip |
base-files: reduce number of `mkdir` calls
The `mkdir` commands supports passing multiple arguments to batch create
multiple folders, instead of calling the tool every single time.
If the creation of one of the folders fails, all other folder are still
created and therefore doesn't change the error handling.
Also stop creating `/etc/` explicitly after subfolders of `/etc/` were
already created.
Signed-off-by: Paul Spooren <mail@aparcar.org>
Diffstat (limited to 'Config.in')
0 files changed, 0 insertions, 0 deletions