aurora / rmate

Remote TextMate 2 implemented as shell script
GNU General Public License v3.0
886 stars 123 forks source link

Fix rmate not working on files owned by user/group names with spaces #34

Closed jordemort closed 9 years ago

jordemort commented 9 years ago

Pass '-n' to ls so that UIDs/GIDs are displayed numerically, so that any spaces embedded in user or group names don't through off the field numbers when extracting the file size via awk.

aurora commented 9 years ago

Thanks!

jordemort commented 9 years ago

You're welcome! Took me a little while to figure out why it was broken; at first I was blaming the Sublime plugin.