pwney8oy / blacktree-secrets

Automatically exported from code.google.com/p/blacktree-secrets
0 stars 0 forks source link

Cannot add key with '.' in name #10

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. defaults write ch.sudo.cyberduck browser.closeDrawer -bool true

What is the expected output? What do you see instead?

"browser.closeDrawer" = 1;

When setting the property with blacktree-secrets, the output is 

 browser =     {
        closeDrawer = 1;
    };

Original issue reported on code.google.com by dkocher@sudo.ch on 2 Mar 2008 at 12:51

GoogleCodeExporter commented 8 years ago
Fixed in b16

Original comment by j...@gmail.com on 2 Mar 2008 at 4:17