summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorNarayan Desai <desai@mcs.anl.gov>2007-02-12 22:03:32 +0000
committerNarayan Desai <desai@mcs.anl.gov>2007-02-12 22:03:32 +0000
commit46ed91ebed61fb7f46b382423c313ddce77af454 (patch)
treeca6e216285001d4482069095fc64886430beb2df /src
parent33aefe215a7296bf14ac84d9cb886472ece34c27 (diff)
downloadbcfg2-46ed91ebed61fb7f46b382423c313ddce77af454.tar.gz
bcfg2-46ed91ebed61fb7f46b382423c313ddce77af454.tar.bz2
bcfg2-46ed91ebed61fb7f46b382423c313ddce77af454.zip
Add -r mode to compare fix
git-svn-id: https://svn.mcs.anl.gov/repos/bcfg/trunk/bcfg2@2805 ce84e21b-d406-0410-9b95-82705330c041
Diffstat (limited to 'src')
-rwxr-xr-xsrc/sbin/bcfg2-admin2
1 files changed, 1 insertions, 1 deletions
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: