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

Fix Shell to correctly support "fs0:file.txt" style of file path (Bugzilla Bug 303) #9571

Open
tianocore-issues opened this issue Dec 20, 2016 · 2 comments
Labels
package:shellpkg priority:medium Moderate impact. Should be prioritized over lower priority issues. type:bug Something isn't working

Comments

@tianocore-issues
Copy link

This issue was created automatically with bugzilla2github

Bugzilla Bug 303

Date: 2016-12-20T22:15:21+00:00
From: @niruiyu
To: @niruiyu
CC: yonghong.zhu

Last updated: 2016-12-22T19:21:01+00:00

@tianocore-issues
Copy link
Author

Comment 1192

Date: 2016-12-20 22:15:21 +0000
From: @niruiyu

  • Industry Specification: ---
  • Releases to Fix: EDK II Master
  • Target OS: ---
  • Bugzilla Assignee(s): @niruiyu

Currently some Shell internal command treats "fs0:file.txt" as "file.txt" in "fs0" root directory, some may not support this style of file path at all.
After discussion with HPE and Jaben, we agreed to align to Windows behavior to treat "fs0:file.txt" as "file.txt" in "fs0" current directory. Because Linux doesn't use "fs0:" to represent the file system, aligning to Windows behavior is ok.

Every command which needs file access needs to support it.
TAB completion needs to support it.

@tianocore-issues
Copy link
Author

Comment 1205

Date: 2016-12-22 19:21:01 +0000
From: Yonghong Zhu <<yonghong.zhu>>

Bug scrub: Assign to module owner

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
package:shellpkg priority:medium Moderate impact. Should be prioritized over lower priority issues. type:bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant