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

Rework sed command to avoid the trailing quotation mark #342

Merged
merged 1 commit into from
Jun 23, 2023

Conversation

matsl
Copy link
Collaborator

@matsl matsl commented Jun 21, 2023

What

Retake - Rework sed command to avoid the trailing quotation mark.

Why

This reworks the sed command slightly so that the trailing quotation mark is not needed anymore. That was the ultimate goal of the previous version since that quote looks strange and messes up the editor (as it seems.)

The change in fact removes all uses of quotes in the load commands. They does not seem to be needed as we don't have spaces in the file names.

Makefile Outdated Show resolved Hide resolved
@matsl matsl force-pushed the use_make_pattern_for_load-file_command branch from b277afd to 8051f63 Compare June 22, 2023 17:28
@matsl matsl changed the title Use gnu make pattern substitution for load-file command Rework sed command to avoid the trailing quotation mark Jun 22, 2023
@matsl matsl requested a review from rswgnu June 22, 2023 17:36
@matsl matsl merged commit 063f382 into master Jun 23, 2023
4 checks passed
@matsl matsl deleted the use_make_pattern_for_load-file_command branch June 23, 2023 22:26
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.

None yet

2 participants