fix syntax error

This commit is contained in:
Ozan Çağlayan
2009-10-13 13:06:46 +00:00
parent 38398df50c
commit 9c77f932c6
+1 -1
View File
@@ -248,7 +248,7 @@ def installLibcHeaders(excludes=[]):
# Remove possible excludes given by actions.py
if excludes:
shelltools.system("rm -rf %s" % " ".join(["%s/%s" % (headers_dir, exc.strip("/")) for exc in excludes))
shelltools.system("rm -rf %s" % " ".join(["%s/%s" % (headers_dir, exc.strip("/")) for exc in excludes]))
shelltools.cd(oldwd)