shell_quote bugfix
commit8ac7284b5c5f2ae6854ccf3396f792e35e2eb869
authorDavid Aguilar <davvid@gmail.com>
Thu, 13 Dec 2007 10:07:57 +0000 (13 02:07 -0800)
committerDavid Aguilar <davvid@gmail.com>
Thu, 13 Dec 2007 10:07:57 +0000 (13 02:07 -0800)
treed05062594f65308e0fe77325617d76a782fcef17
parent14c68f403274be81351005fb20313c0bccb06743
shell_quote bugfix

Oops!  We were using rstrip()/lstrip() to remove repeated single-quotes when really we should have just taken a substring.

Signed-off by: David Aguilar <davvid@gmail.com>
py/utils.py