Sublime Forum

Sublime Text 3 - Executable Bit Being Reset

#1

This situation might be a bit unique and offbeat, so I don’t know if this is directly ST3’s fault. I’m working on various scripts with the executable bit set to on with ST3. However, this is being done through a networked drive via Expandrive on Windows 8 64 bit to a 64 bit Ubuntu server inside VirtualBox. Every time I save one of the files with the executable bit set, the file immediately becomes non-executable. If there’s away to get around this, that would be awesome. Otherwise, I’m assuming it could be a bug in ST3 that I would definitely like to see hammered out.

0 Likes

#2

I’ve heard that there are bugs with this option:

// Save via writing to an alternate file, and then renaming it over the // original file. "atomic_save": true,

Try disabling it?

0 Likes

#3

Awesome, that seems to have worked. Thanks for the help!

0 Likes