bug#45890: Printf bug GNU coreutils 8.30/8.32

2021-01-15 Thread Andrea Dari via GNU coreutils Bug Reports
I'm sorry, I found the answer in the FAQ. So i'ts resolved. Thanks ‐‐‐ Original Message ‐‐‐ On Friday, January 15, 2021 12:08 PM, Andrea Dari wrote: > Hello, > > I'm using GNU coreutils 8.30, I found that the printf tool is broken while > coding a shell script. > >

bug#45890: Printf bug GNU coreutils 8.30/8.32

2021-01-15 Thread Andrea Dari via GNU coreutils Bug Reports
Hello, I'm using GNU coreutils 8.30, I found that the printf tool is broken while coding a shell script. andrea@Workstation:~$ printf --version bash: printf: --: invalid option printf: usage: printf [-v var] format [arguments] I tried with coreutils 8.32 too with the same error. PRINTF(1) man

bug#14371: bug#45886: mkdir -m argument does not work correctly, applies incorrect permissions

2021-01-15 Thread Paul Eggert
Thanks for the bug report. I reproduced the problem and installed the attached patch to fix it. >From b8375c422ffe0e018cbb4cad187d1e909195d263 Mon Sep 17 00:00:00 2001 From: Paul Eggert Date: Fri, 15 Jan 2021 02:57:59 -0800 Subject: [PATCH] mkdir: fix bug when -m's more generous than umask