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

tilde processing has bug/deviation to bash #2618

Closed
mc-butler opened this issue Sep 28, 2011 · 2 comments
Closed

tilde processing has bug/deviation to bash #2618

mc-butler opened this issue Sep 28, 2011 · 2 comments
Labels
area: core Issues not related to a specific subsystem prio: medium Has the potential to affect progress ver: 4.6.2 Reproducible in version 4.6.2

Comments

@mc-butler
Copy link

Important

This issue was migrated from Trac:

Origin https://midnight-commander.org/ticket/2618
Reporter alexander.stohr (alexander.stohr@….de)

mc -V
GNU Midnight Commander 4.6.2

bash:
mkdir -p temp/~
cd temp/~
cd ../..
cd temp
cd \~
result: pwd=/home/user/temp/~

mc:
mkdir -p temp/~
cd temp/~
cd ../..
cd temp
cd \~
result: pwd=/home/user

@mc-butler
Copy link
Author

Changed by andrew_b (@aborodin) on Sep 28, 2011 at 15:40 UTC (comment 1)

  • Resolution set to wontfix
  • Status changed from new to closed

4.6 series is not supported. Use recent versions.

@mc-butler
Copy link
Author

Changed by andrew_b (@aborodin) on Dec 17, 2016 at 7:14 UTC (comment 2)

  • Milestone Future Releases deleted

@mc-butler mc-butler closed this as not planned Won't fix, can't repro, duplicate, stale Feb 27, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area: core Issues not related to a specific subsystem prio: medium Has the potential to affect progress ver: 4.6.2 Reproducible in version 4.6.2
Development

No branches or pull requests

1 participant