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

Delete check for program licenses directory #3263

Merged
merged 1 commit into from
May 27, 2024

Commits on May 24, 2024

  1. Delete check for program licenses directory

    It was left over from when "copyright" was a string, which is no
    longer the case.
    
    Also, the next thing after the "then" at the end of the line was the
    definition of the "path" variable.  So if the "program licenses"
    directory doesn't exist (e.g., in the Debian/Ubuntu package where we
    don't vendor any 3rd party programs or libraries), then we immediately
    got the following error:
    
    /usr/share/Macaulay2/Core/startup.m2:583:16:(0): error: expected
    argument 1 to be a list or sequence
    
    This was from a call to "join", which expects lists and sequences, but
    argument 1 was "path", which was still just a symbol.
    d-torrance committed May 24, 2024
    Configuration menu
    Copy the full SHA
    e7e8e26 View commit details
    Browse the repository at this point in the history