We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 76d03a0 commit 4d6a266Copy full SHA for 4d6a266
lib/omnibus/health_check.rb
@@ -383,6 +383,7 @@ def health_check_freebsd
383
pp shellout("find #{project.install_dir}/ -type f | xargs file").stdout
384
385
read_shared_libs("find #{project.install_dir}/ -type f | xargs file | grep \"ELF\" | awk -F: '{print $1}' | sed -e 's/:$//'", "xargs -n 1 ldd") do |line|
386
+ pp line
387
case line
388
when /^(.+):$/
389
current_library = Regexp.last_match[1]
0 commit comments