mirror of
https://github.com/zyedidia/micro.git
synced 2026-02-18 21:10:28 +09:00
When saving a file with sudo fails (e.g. if we set `sucmd` to a non-existent binary, e.g. `set sucmd aaa`), we erroneously return success instead of the error, as a result we report to the user that that the file has been successfully saved. Fix it.