public inbox for devel@edk2.groups.io
 help / color / mirror / Atom feed
* [shell]cd.. and cd\ are not valid alias
@ 2016-10-27 21:24 Tim Lewis
  0 siblings, 0 replies; only message in thread
From: Tim Lewis @ 2016-10-27 21:24 UTC (permalink / raw)
  To: edk2-devel@lists.01.org

But the EDK2 registers them as a part of Level 2 supported command initialization.

  ShellCommandRegisterAlias(L"cd ..", L"cd..");
  ShellCommandRegisterAlias(L"cd \\", L"cd\\");

According to the SetAlias() description:

An alias is a C-style identifier

The same language is repeated in 3.6.4.


Tim


^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2016-10-27 21:24 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-10-27 21:24 [shell]cd.. and cd\ are not valid alias Tim Lewis

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox