Ticket #2618 (closed defect: wontfix)
tilde processing has bug/deviation to bash
Reported by: | alexander.stohr | Owned by: | |
---|---|---|---|
Priority: | major | Milestone: | |
Component: | mc-core | Version: | 4.6.2 |
Keywords: | Cc: | ||
Blocked By: | Blocking: | ||
Branch state: | no branch | Votes for changeset: |
Description
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
Change History
Note: See
TracTickets for help on using
tickets.
4.6 series is not supported. Use recent versions.