clockfort / GitHub-Backup

Backup all the repositories of a github user or organization automatically.
Creative Commons Zero v1.0 Universal
359 stars 103 forks source link

sh: 1: Syntax error: Unterminated quoted string #18

Closed za3k closed 8 years ago

za3k commented 9 years ago

os.system("echo %s"%(shell_escape("Hello 'world'"),)) -> sh: 1: Syntax error: Unterminated quoted string

Enrico204 commented 8 years ago

I've made a PR at #24 which seems to address to the same issue

clockfort commented 8 years ago

fixed in #24