Escape filename when passing it to RCS 0.7.3
authorGiuseppe Bilotta <giuseppe.bilotta@gmail.com>
Fri, 31 Mar 2017 20:23:41 +0000 (22:23 +0200)
committerGiuseppe Bilotta <giuseppe.bilotta@gmail.com>
Fri, 31 Mar 2017 20:23:41 +0000 (22:23 +0200)
commit7ba46a7c84af7c58b99c1a5e8d4ebed99262e5ef
treef893b169afc9c1048d93451d48dfda4a3ec74adb
parentc8a2bd6edbb21c1bfaf269ad1ec0e82af72c911a
Escape filename when passing it to RCS

Passing the unquoted filename to `co` when expanding keywords would fail
for filenames containing spaces, quotes or other odds and ends. Use the
escape function provided by the Shellwords module to quote it.
rcs-fast-export.rb