Re: [PATCH] grub-mkconfig: Use -c instead of --printf for stat

2019-05-14 Thread Daniel Kiper
On Tue, May 14, 2019 at 11:40:55AM +0300, Ovidiu Panait wrote: > "--printf" only works with the stat variant provided by coreutils. > > With busybox, stat will fail with the following error: > stat: unrecognized option '--printf=%T' > > Usage: stat [OPTIONS] FILE... > > Signed-off-by: Ovidiu Panait

[PATCH] grub-mkconfig: Use -c instead of --printf for stat

2019-05-14 Thread Ovidiu Panait
"--printf" only works with the stat variant provided by coreutils. With busybox, stat will fail with the following error: stat: unrecognized option '--printf=%T' Usage: stat [OPTIONS] FILE... Signed-off-by: Ovidiu Panait --- util/grub-mkconfig.in | 2 +- 1 file changed, 1 insertion(+), 1 delet