Commit 39bc8953 authored by bescoto's avatar bescoto

Quoted %s in mv command


git-svn-id: http://svn.savannah.nongnu.org/svn/rdiff-backup@505 2b77aa54-bcbc-44c9-a7ec-4f6cf2b41109
parent 1bf955b9
......@@ -30,5 +30,5 @@ def get_libraries():
return clib, rsynclib
for filename in get_libraries():
assert not os.system("mv %s ." % (filename,))
assert not os.system("mv '%s' ." % (filename,))
assert not os.system("rm -rf build")
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment