Hi Denys,
On Wed, Jul 30, 2025 at 07:46:46PM +0200, Denys Vlasenko wrote:
> Applied, thank you.
> Apologies for a big delay.
unfortunately something want wrong here. I sent and was pinging on v2 of
this patch. Can you revert and apply correct one or shall I send fixup?
Thanks,
ladis
> On Wed, Jun 14, 2023 at 4:43 PM Ladislav Michl <[email protected]> wrote:
> >
> > From: Ladislav Michl <[email protected]>
> >
> > Signed-off-by: Ladislav Michl <[email protected]>
> > ---
> > coreutils/date.c | 2 +-
> > 1 file changed, 1 insertion(+), 1 deletion(-)
> >
> > diff --git a/coreutils/date.c b/coreutils/date.c
> > index abcc37c33..0fca89369 100644
> > --- a/coreutils/date.c
> > +++ b/coreutils/date.c
> > @@ -289,7 +289,7 @@ int date_main(int argc UNUSED_PARAM, char **argv)
> >
> > /* if setting time, set it */
> > if ((opt & OPT_SET) && clock_settime(CLOCK_REALTIME, &ts) <
> > 0) {
> > - bb_simple_perror_msg("can't set date");
> > + bb_perror_msg_and_die("can't set date");
> > }
> > }
> >
> > --
> > 2.39.2
> >
> > _______________________________________________
> > busybox mailing list
> > [email protected]
> > http://lists.busybox.net/mailman/listinfo/busybox
_______________________________________________
busybox mailing list
[email protected]
https://lists.busybox.net/mailman/listinfo/busybox