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

Use ‘,’ instead of ‘#’ as delimiter in sed’s “s” command #69

Merged
merged 1 commit into from
Aug 24, 2020
Merged

Commits on Aug 24, 2020

  1. Use ‘,’ instead of ‘#’ as delimiter in sed’s “s” command

    The ‘#’ is a start-of-comment character in Makefiles.  This commit
    changes sed to use ‘,’ instead, as otherwise things break with
    
        “unterminated call to function 'notdir': missing ')'.  Stop.”
    d125q committed Aug 24, 2020
    Configuration menu
    Copy the full SHA
    d445960 View commit details
    Browse the repository at this point in the history