Re: [PATCH v2] cmp: Only return success when both files have the same contents

2022-10-21 Thread Daniel Kiper
On Thu, Oct 20, 2022 at 11:46:26PM -0500, Glenn Washburn wrote: > From: Li Gen > > This allows the cmp command to be used in GRUB scripts to conditionally > run commands based on whether two files are the same. > > Update documentation accordingly. > > Signed-off-by: Li Gen > Signed-off-by: Glenn

[PATCH v2] cmp: Only return success when both files have the same contents

2022-10-20 Thread Glenn Washburn
From: Li Gen This allows the cmp command to be used in GRUB scripts to conditionally run commands based on whether two files are the same. Update documentation accordingly. Signed-off-by: Li Gen Signed-off-by: Glenn Washburn --- Range-diff against v1: 1: 5832522ca2 ! 1: 3e6c866d87 cmp: Only