Skip to content

Commit 4d6a266

Browse files
debugging
Signed-off-by: Lamont Granquist <[email protected]>
1 parent 76d03a0 commit 4d6a266

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

lib/omnibus/health_check.rb

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -383,6 +383,7 @@ def health_check_freebsd
383383
pp shellout("find #{project.install_dir}/ -type f | xargs file").stdout
384384

385385
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
386387
case line
387388
when /^(.+):$/
388389
current_library = Regexp.last_match[1]

0 commit comments

Comments
 (0)