Ticket #2618 (closed defect: wontfix)

Opened 13 years ago

Last modified 7 years ago

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

comment:1 Changed 13 years ago by andrew_b

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

4.6 series is not supported. Use recent versions.

comment:2 Changed 7 years ago by andrew_b

  • Milestone Future Releases deleted
Note: See TracTickets for help on using tickets.