rumcii / emacs-nav

Automatically exported from code.google.com/p/emacs-nav
GNU General Public License v3.0
0 stars 0 forks source link

Cannot delete directories with single quotes in their names #90

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. Try to delete a directory whose name includes a single quote.

What is the expected output? What do you see instead?
The directory should be deleted. Instead, an error message appears like this:

/bin/bash: -c: line 0: unexpected EOF while looking for matching `''
/bin/bash: -c: line 1: syntax error: unexpected end of file

Original issue reported on code.google.com by issac.tr...@gmail.com on 7 Mar 2011 at 6:33

GoogleCodeExporter commented 8 years ago
This does not appear to be a problem anymore. Probably it had something to do 
with using a system call to rm.

Original comment by issac.tr...@gmail.com on 1 May 2012 at 5:19