Skip to content

fix: handle versioned BNC binary name in archive - #114

Merged
jajera merged 1 commit into
mainfrom
113-fix-bnc-binary-detection
Aug 24, 2026
Merged

fix: handle versioned BNC binary name in archive#114
jajera merged 1 commit into
mainfrom
113-fix-bnc-binary-detection

Conversation

@jajera

@jajera jajera commented Aug 24, 2026

Copy link
Copy Markdown
Contributor

Closes #113

Problem

The BNC archive contains the binary as bnc-2.13.6 (with version suffix), not bnc. The find command was looking for an exact match on bnc and failing.

Fix

Updated binary detection to:

  1. Search for bnc-* pattern (excludes config/doc files)
  2. Fall back to exact versioned name bnc-${BNC_VERSION}
  3. Last resort: scan for ELF/Mach-O executables

@jajera
jajera merged commit 282083f into main Aug 24, 2026
2 checks passed
@jajera
jajera deleted the 113-fix-bnc-binary-detection branch August 24, 2026 05:39
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Fix BNC install script binary detection

1 participant