17f011b0ca
The content of this branch was automatically imported from Fedora ELN with the following as its source: https://src.fedoraproject.org/rpms/ruby#be9961f6d007f12e7ac37b59800127a9d735c257
8 lines
130 B
Ruby
8 lines
130 B
Ruby
if !!$LOADED_FEATURES.detect { |f| f =~ /abrt\.rb/ }
|
|
exit true
|
|
else
|
|
puts 'ERROR: ABRT hook was not loaded.'
|
|
|
|
exit false
|
|
end
|