meltingice / flickr-store

Store arbitrary data on Flickr
MIT License
275 stars 18 forks source link

Fixed bug in authenticate for bash open and added Delete functionality #7

Closed dekz closed 11 years ago

dekz commented 11 years ago

Ok, so this PR fixes a bug around https://github.com/dekz/flickr-store/pull/new/delete#L1R25. It seems in my combination of OS and shell the open command was interpreting the & and backgrounding the task, then executing perms=delete. This is a problem because the default permissions then don't include delete. Which makes implementing delete functionality suck. So I fixed that, then added delete functionality.

meltingice commented 11 years ago

Looks great, thanks!