From 46ed91ebed61fb7f46b382423c313ddce77af454 Mon Sep 17 00:00:00 2001 From: Narayan Desai Date: Mon, 12 Feb 2007 22:03:32 +0000 Subject: Add -r mode to compare fix git-svn-id: https://svn.mcs.anl.gov/repos/bcfg/trunk/bcfg2@2805 ce84e21b-d406-0410-9b95-82705330c041 --- src/sbin/bcfg2-admin | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/sbin/bcfg2-admin b/src/sbin/bcfg2-admin index 6144fa341..0865f848e 100755 --- a/src/sbin/bcfg2-admin +++ b/src/sbin/bcfg2-admin @@ -220,7 +220,7 @@ def do_compare(args): (old, new) = [os.listdir(spot) for spot in args] for item in old: print item - do_compare(oldd + '/' + item, newd + '/' + item) + do_compare([oldd + '/' + item, newd + '/' + item]) old.remove(item) new.remove(item) if new: -- cgit v1.2.3-1-g7c22