Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

template: Error when multiple spaces in Bastillefile #785

Closed
wants to merge 1 commit into from

Conversation

tschettervictor
Copy link
Collaborator

Replace "awk" with "sed" because awk was removing blank lines that were adjacent to other blank lines.

Sed now simply strips the uppercase first arg away from the line, which is what the awk command attempted to do in the first place.

Replace "awk" with "sed" because awk was removing blank lines that were adjacent to other blank lines.

Sed now simply strips the uppercase first arg away from the line, which is what the awk command attempted to do in the first place.
@tschettervictor
Copy link
Collaborator Author

tschettervictor commented Jan 2, 2025

See #400

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.

1 participant