We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fd3413d commit 1fd3e78Copy full SHA for 1fd3e78
1 file changed
vendors/Rakefile
@@ -97,12 +97,7 @@ task :download_sound do
97
wget_base = "#{WGET} https://github.com/processing/processing-sound"
98
wget_string = [wget_base, 'releases/download/latest', SOUND].join('/')
99
puts wget_string
100
- begin
101
- sh wget_string
102
- rescue NameError
103
- puts 'Not Currently Available'
104
- # warn(WARNING)
105
- end
+ system wget_string
106
end
107
108
desc 'download video library'
0 commit comments