]> git.cworth.org Git - sup/commitdiff
don't save index in sup-sync-back, since that only fucks things up if errors happen...
authorwmorgan <wmorgan@5c8cc53c-5e98-4d25-b20a-d8db53a31250>
Fri, 31 Aug 2007 15:50:04 +0000 (15:50 +0000)
committerwmorgan <wmorgan@5c8cc53c-5e98-4d25-b20a-d8db53a31250>
Fri, 31 Aug 2007 15:50:04 +0000 (15:50 +0000)
git-svn-id: svn://rubyforge.org/var/svn/sup/trunk@555 5c8cc53c-5e98-4d25-b20a-d8db53a31250

bin/sup-sync-back

index 61a6baf8adeca9a9e62148d24129373f00954610..ff4aa3a02360bb8040d004d54560787e2800dec4 100644 (file)
@@ -166,7 +166,6 @@ rescue Exception => e
   File.open("sup-exception-log.txt", "w") { |f| f.puts e.backtrace }
   raise
 ensure
-  index.save
   Redwood::finish
   index.unlock
 end