From: wmorgan Date: Sat, 7 Jul 2007 15:06:56 +0000 (+0000) Subject: make sup-sync-back short-circuit work properly X-Git-Url: https://git.notmuchmail.org/git?a=commitdiff_plain;h=d9fbdbe32b7646d837844e5ba2360fa044da203e;p=sup make sup-sync-back short-circuit work properly git-svn-id: svn://rubyforge.org/var/svn/sup/trunk@483 5c8cc53c-5e98-4d25-b20a-d8db53a31250 --- diff --git a/bin/sup-sync-back b/bin/sup-sync-back index c27f192..d98d702 100644 --- a/bin/sup-sync-back +++ b/bin/sup-sync-back @@ -138,9 +138,9 @@ begin $stderr.puts "Done." if any_modified if using_usual_sources - $stderr.puts "You should now run: sup-sync --changed #{sources.join(' ')}" - else $stderr.puts "You should now run: sup-sync --changed" + else + $stderr.puts "You should now run: sup-sync --changed #{sources.join(' ')}" end end rescue Exception => e