- Sponsor
-
Notifications
You must be signed in to change notification settings - Fork 5
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
"Cannot chdir to" "/foo/$bar" if directory hotlist contains dollar sign #2451
Comments
Works fine for me. |
All rught, not just dollar sign. Try to create directory named $HOME |
Hotlist and quick cd command recognize environment variables (like $HOME) in path. Unfotunately, it is not documented. This behaviour exists for years and I wouldn't change it. |
Then how to escape '$' ? \$ and %24 don't work |
Replying to basinilya:
This is a bug. \$ should work but doesn't. |
Branch: 2451_no_subst_var (parent: 4.8.1-stable). |
|
|
Merged to master: [7721a33].
|
|
Cherry-picked to 4.8.1-stable.
|
Important
This issue was migrated from Trac:
basinilya
(basinilya@….com)Create a directory with '$'
Navigate mc to it
press C-\ to open hotlist
Press "Add current"
Chose the entry you just created and press enter
See the message:
Cannot chdir to "/foo/$bar" No such file or directory
The text was updated successfully, but these errors were encountered: