On Tue, Apr 8, 2014 at 3:11 PM, Bernhard Reutner-Fischer <[email protected]> wrote: > + if (opts & OPT_d) { > if (mkdtemp(chp) == NULL) > goto error; > + if (opts & OPT_u) > + rmdir(chp);
This is a change in behavior - now we would actually create, and then immediately delete the directory if run as "mktemp -du". I have mixed feelings about that. Do you think it's ok? _______________________________________________ busybox mailing list [email protected] http://lists.busybox.net/mailman/listinfo/busybox
