Closed dpayne closed 6 years ago
This fixes some issues with string escaping. For example, a file with the name File_with_parens(touch exec.txt).txt will cause touch exec.txt to run. It also fixes some issues when the file or directory had spaces in the name.
File_with_parens(touch exec.txt).txt
touch exec.txt
nice, thanks!
This fixes some issues with string escaping. For example, a file with the name
File_with_parens(touch exec.txt).txt
will causetouch exec.txt
to run. It also fixes some issues when the file or directory had spaces in the name.