]> git.cworth.org Git - sup/commitdiff
removed mboxification from sup-sync
authorwmorgan <wmorgan@5c8cc53c-5e98-4d25-b20a-d8db53a31250>
Tue, 3 Apr 2007 20:36:35 +0000 (20:36 +0000)
committerwmorgan <wmorgan@5c8cc53c-5e98-4d25-b20a-d8db53a31250>
Tue, 3 Apr 2007 20:36:35 +0000 (20:36 +0000)
git-svn-id: svn://rubyforge.org/var/svn/sup/trunk@375 5c8cc53c-5e98-4d25-b20a-d8db53a31250

bin/sup-sync

index 9adecc028de5938c22e373a852e57ca8b12950ed..2103f387d8e28fd15771dbcb494da40eec185bee 100644 (file)
@@ -107,7 +107,6 @@ restored_state =
   end
 
 sources = ARGV.map do |uri|
-  uri = "mbox://#{uri}" unless uri =~ %r!://!
   index.source_for uri or Trollop::die "Unknown source: #{uri}. Did you add it with sup-add first?"
 end