Commit 6316d6c4 authored by bescoto's avatar bescoto

Added quotes around %s in mv command


git-svn-id: http://svn.savannah.nongnu.org/svn/rdiff-backup@506 2b77aa54-bcbc-44c9-a7ec-4f6cf2b41109
parent 39bc8953
......@@ -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