Rescue gcc postinstall (#6328)

This commit is contained in:
Satadru Pramanik
2021-10-24 14:24:18 -04:00
committed by GitHub
parent 72c2607bcf
commit ebf6017cc7

View File

@@ -21,6 +21,9 @@ class Gcc < Package
end
def self.postinstall
puts "Current GCC version: #{@gcc_ver.chomp}.x".lightblue
begin
puts "Current GCC version: #{@gcc_ver.chomp}.x".lightblue
rescue
end
end
end