summaryrefslogtreecommitdiff
path: root/Rakefile
diff options
context:
space:
mode:
Diffstat (limited to 'Rakefile')
-rw-r--r--Rakefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/Rakefile b/Rakefile
index 6c34589..89bb637 100644
--- a/Rakefile
+++ b/Rakefile
@@ -1,5 +1,7 @@
require 'rake_helpers/ftp.rb'
+verbose false
+
ROOT = '.'
LIB_ROOT = File.join ROOT, 'lib'
RUBY = ENV.fetch 'ruby', 'ruby'
@@ -23,7 +25,7 @@ def ruby command
'-w'
end
cmd = "#{RUBY} #{params} #{command}"
- puts cmd
+ puts cmd if verbose
system cmd
end