Closed Cypresslin closed 7 years ago
When there is no extension enabled, gsetting will return '@as []' for enabled-extensions.
Use sed and tr to get rid of it, and don't add ',' when the list is empty.
This fixes #26
Thanks
When there is no extension enabled, gsetting will return '@as []' for enabled-extensions.
Use sed and tr to get rid of it, and don't add ',' when the list is empty.
This fixes #26