Fix forced builds.

This commit is contained in:
Paul J. Davis 2010-05-24 19:07:13 -04:00
parent cfee2d480f
commit 6a105487cf

View File

@ -89,7 +89,7 @@ class Page(object):
return "/".join([self.site.url, path])
def needed(self):
for f in "force --force -f":
for f in "force --force -f".split():
if f in sys.argv[1:]:
return True