Skip to content

Fix build failure when no Overview.html files exist#1166

Merged
tabatkins merged 1 commit intomainfrom
fix-nullglob
Feb 3, 2026
Merged

Fix build failure when no Overview.html files exist#1166
tabatkins merged 1 commit intomainfrom
fix-nullglob

Conversation

@sideshowbarker
Copy link
Member

@sideshowbarker sideshowbarker commented Feb 3, 2026

Add shopt -s nullglob to the CI-build (shell) script — so that when there are no matches, the Overview.html glob expands to nothing (instead of expanding to the literal pattern, which was causing a subsequent cp call to fail).

Add shopt -s nullglob so the Overview.html glob expands to nothing
instead of the literal pattern when there are no matches, which was
causing cp to fail.
@tabatkins tabatkins merged commit 86359e0 into main Feb 3, 2026
1 check passed
@tabatkins tabatkins deleted the fix-nullglob branch February 3, 2026 21:53
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.

2 participants