X-Git-Url: https://git.distorted.org.uk/~mdw/checkpath/blobdiff_plain/8bc488f070fea525b4e0c66e3db6471557070621..f159f4cad3c9cc0804a5d197ac0deee0ac103719:/tmpdir.c?ds=sidebyside diff --git a/tmpdir.c b/tmpdir.c index c7f4c5a..b14f6d6 100644 --- a/tmpdir.c +++ b/tmpdir.c @@ -300,7 +300,7 @@ int main(int argc, char *argv[]) ego(argv[0]); me = cp.cp_uid = geteuid(); cp.cp_what = (CP_WRWORLD | CP_WROTHGRP | CP_WROTHUSR | - CP_STICKYOK | CP_REPORT); + CP_STICKYOK | CP_REPORT | CP_ERROR); cp.cp_verbose = 0; cp.cp_report = report; cp.cp_gids = 0; /* ignore group membership */