ku1ik/bitpocket

Space in remote path not handled

ktaragorn opened this issue · 5 comments

bitpocket init fails if the remote path has a space in it (regardless of quotes or escapes). To fix
init $2 $3 $4 needs to be init $2 "$3" $4. Also the $4 here seems like a bug, the function fails if more than 2 args are passed.

I believe this was addressed in #56. Is the $4 issue what remains?

I fixed both of these in #57 sorry for being so all over the place

There is still one remaining issue (related to osx) which I mention in #57

Ok, I think I've addressed the cp --parents issue in #64, and the sed issue for macOS in #61. I've got it all merged in the develop branch if you would like to test it.

Oh ok cool! Im afraid I dont use this tool anymore.. I rolled my own simple version for my usecase