We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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 switch remove DIR
opam switch remove DIR fails when DIR/_opam is a symbolic link (such as the result of opam switch link some-switch)
DIR/_opam
opam switch link some-switch
$ mkdir test && cd test $ opam switch link some-switch [...] $ opam switch remove . Fatal error: /usr/local/bin/opam: "rmdir" failed on [...]/test/_opam: Not a directory
opam switch remove . should remove the symbolic link without errors.
opam switch remove .
Tested on : opam version: 2.3.0~beta1 distribution: debian 12
The text was updated successfully, but these errors were encountered:
Successfully merging a pull request may close this issue.
opam switch remove DIR
fails whenDIR/_opam
is a symbolic link (such as the result ofopam switch link some-switch
)Reproduction
opam switch remove .
should remove the symbolic link without errors.Tested on :
opam version: 2.3.0~beta1
distribution: debian 12
The text was updated successfully, but these errors were encountered: