ls-- icon indicating copy to clipboard operation
ls-- copied to clipboard

Space in group name causes errors

Open rykugur opened this issue 10 years ago • 0 comments

I'm trying to use ls++ on a work machine running OSX. My user is part of a corporate domain group that contains a space.

Line 139 of ls++ is just matching on one or more spaces ("\s+"), so naturally for every file owned by my user:group, the output of ls gets split incorrectly and I end up with errors like:

Day 'Jan' out of range 1..31 at ./ls++ line 155.

I've spent literally 0 time beyond that for potential fix. I will tinker around, but I don't know perl too well.

rykugur avatar Feb 17 '15 20:02 rykugur