From d9fbdbe32b7646d837844e5ba2360fa044da203e Mon Sep 17 00:00:00 2001 From: wmorgan Date: Sat, 7 Jul 2007 15:06:56 +0000 Subject: [PATCH] make sup-sync-back short-circuit work properly git-svn-id: svn://rubyforge.org/var/svn/sup/trunk@483 5c8cc53c-5e98-4d25-b20a-d8db53a31250 --- bin/sup-sync-back | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 -- 2.45.2