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

opam env: fix carriage return on Cygwin shell #5715

Merged
merged 3 commits into from
Jan 11, 2024

Commits on Jan 10, 2024

  1. Remove stray comments from pwsh and cmd env

    opam env -v includes comments indicating where the packages come from.
    In sh-compatible outputs, the colon operator is used. This was
    erroneously used for both cmd and pwsh, neither of which support it.
    dra27 committed Jan 10, 2024
    Configuration menu
    Copy the full SHA
    5ba2981 View commit details
    Browse the repository at this point in the history
  2. Don't print CR for Unix shell lines in opam env

    When the output of opam env is not to a console, the output needs to be
    literal for shells and not CRLF-translated on Windows.
    dra27 committed Jan 10, 2024
    Configuration menu
    Copy the full SHA
    e9408c3 View commit details
    Browse the repository at this point in the history

Commits on Jan 11, 2024

  1. Update master_changes.md

    kit-ty-kate committed Jan 11, 2024
    Configuration menu
    Copy the full SHA
    8449bad View commit details
    Browse the repository at this point in the history