tilde processing has bug/deviation to bash #2618
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
Important
This issue was migrated from Trac:
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
The text was updated successfully, but these errors were encountered: