realestate-com-au / credulous

AWS Credential management
MIT License
89 stars 16 forks source link

the emitted export lines should wrap values in quotes #68

Closed nonspecialist closed 10 years ago

nonspecialist commented 10 years ago

for example:

export FOO=bar baz oif

would not work, while

export FOO="bar baz oif"

would