[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
bug#12260: rm -d in coreutils 8.19
From: |
Robert Day |
Subject: |
bug#12260: rm -d in coreutils 8.19 |
Date: |
Wed, 22 Aug 2012 23:23:49 +0100 |
It looks as though the bug is that the prompt() function does its own
checking, returning EISDIR unless x->recursive is set, and this code wasn't
updated with the addition of -d. I've attached a patch which fixes this bug
and adds a test of that code path. The fixes can also be retrieved from
https://github.com/rkd91/coreutils_rm_di_patch.
I haven't submitted patches for coreutils before; if there's somewhere else
I should post this patch to, I'm happy to be pointed there.
Best,
Rob
rm.patch
Description: Binary data
- bug#12260: rm -d in coreutils 8.19, Michael Price, 2012/08/22
- bug#12260: rm -d in coreutils 8.19,
Robert Day <=
- bug#12260: [patch] rm -d in coreutils 8.19, Robert Day, 2012/08/23
- bug#12260: [patch] rm -d in coreutils 8.19, Pádraig Brady, 2012/08/23
- bug#12260: [patch] rm -d in coreutils 8.19, Jim Meyering, 2012/08/23
- bug#12260: [patch] rm -d in coreutils 8.19, Jim Meyering, 2012/08/23
- bug#12260: [patch] rm -d in coreutils 8.19, Jim Meyering, 2012/08/23
- bug#12260: [patch] rm -d in coreutils 8.19, Robert Day, 2012/08/23
- bug#12260: [patch] rm -d in coreutils 8.19, Jim Meyering, 2012/08/23