mirror of
https://github.com/textmate/textmate.git
synced 2026-01-20 20:27:59 -05:00
Since we now use the (numeric) user ID as part of TextMate’s named socket (to allow multiple users on the same system to each run an instance of TextMate), mate needs to know this. Running ‘mate’ via ‘sudo’ has getuid() return zero (root), hence why we need to specifically handle this.