From b81a3bbb20d68cc95125fb5b846872c3ab273a22 Mon Sep 17 00:00:00 2001 From: Brian Coca Date: Sat, 15 Mar 2014 01:10:15 -0400 Subject: [PATCH] fixed bad detection of change on default and premature break --- library/files/acl | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/library/files/acl b/library/files/acl index b8d2b85cb65..63400b3d61a 100644 --- a/library/files/acl +++ b/library/files/acl @@ -115,6 +115,9 @@ def split_entry(entry): print "wtf?? %s => %s" % (entry,a) raise e + if d: + d = True + if t.startswith("u"): t = "user" elif t.startswith("g"): @@ -248,7 +251,6 @@ def main(): if not old_permissions == permissions: changed = True break - break if not matched: changed=True