summaryrefslogtreecommitdiffstats
path: root/tools
diff options
context:
space:
mode:
Diffstat (limited to 'tools')
-rw-r--r--tools/posixunified.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/posixunified.py b/tools/posixunified.py
index f73e7703c..55b9abb48 100644
--- a/tools/posixunified.py
+++ b/tools/posixunified.py
@@ -99,5 +99,6 @@ if __name__ == '__main__':
newrules = open(unifiedposixrules, 'w')
except IOError:
print("Failed to write %s" % filename)
+ rulesroot.set('priority', '1')
newrules.write(lxml.etree.tostring(rulesroot, pretty_print=True))
newrules.close()