snazzer icon indicating copy to clipboard operation
snazzer copied to clipboard

snazzer usage of df --output incompatible with coreutils older than 8.23

Open csirac2 opened this issue 10 years ago • 2 comments

user-submitted: won't run on systems with coreutils lower than 8.23 due to usage of df --output

csirac2 avatar Sep 09 '15 08:09 csirac2

coreutils 8.21 (Feb 2013) actually. A more compat option is df -P | awk '{print $6}'

pixelb avatar Sep 09 '15 22:09 pixelb

Thanks! I actually was using df -P originally, but I was on a hell-bent mission to support hostile paths. I'll do some sed, perhaps.

csirac2 avatar Sep 10 '15 04:09 csirac2