coreutils
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [PATCH] df: fix exit code and ensure printing "unprocessed" msg when


From: Jim Meyering
Subject: Re: [PATCH] df: fix exit code and ensure printing "unprocessed" msg when totaling
Date: Sat, 04 Aug 2012 18:40:50 +0200

Pádraig Brady wrote:
> Pushed with Jim's improvement.
> http://git.sv.gnu.org/gitweb/?p=coreutils.git;a=commit;h=3b8139e

I see you adjusted the test and fixed this for me:

  -  if (exit_status == 0 && ! file_systems_processed)
  +  if (exit_status == EXIT_SUCCESS && ! file_systems_processed)

Thanks!

With that, I think we're ready for 8.18,
though I haven't done any portability testing recently...



reply via email to

[Prev in Thread] Current Thread [Next in Thread]