Kaydet (Commit) 9c77f932 authored tarafından Ozan Çağlayan's avatar Ozan Çağlayan

fix syntax error

üst 38398df5
......@@ -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)
......
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