Only write the output file once\!
authormdw <mdw>
Mon, 6 Feb 2006 19:08:21 +0000 (19:08 +0000)
committermdw <mdw>
Mon, 6 Feb 2006 19:08:21 +0000 (19:08 +0000)
merge-services

index 2929bc8..23fe016 100755 (executable)
@@ -91,4 +91,4 @@ if 'running_under_emacs_p' not in globals():
   t = servicetab()
   for f in argv[1:]:
     t.scan(f)
-    t.write()
+  t.write()