Skip to content

Commit 1fd3e78

Browse files
committed
Rakefile
1 parent fd3413d commit 1fd3e78

1 file changed

Lines changed: 1 addition & 6 deletions

File tree

vendors/Rakefile

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -97,12 +97,7 @@ task :download_sound do
9797
wget_base = "#{WGET} https://github.com/processing/processing-sound"
9898
wget_string = [wget_base, 'releases/download/latest', SOUND].join('/')
9999
puts wget_string
100-
begin
101-
sh wget_string
102-
rescue NameError
103-
puts 'Not Currently Available'
104-
# warn(WARNING)
105-
end
100+
system wget_string
106101
end
107102

108103
desc 'download video library'

0 commit comments

Comments
 (0)