Re: [edk2] ShellPrintEx and ShellPrintHiiEx formating flags

2013-04-04 Thread Mutschler Stefan
edk2-devel@lists.sourceforge.net Subject: Re: [edk2] ShellPrintEx and ShellPrintHiiEx formating flags Are there any plans to fix this issue in future? Thanks, Stefan -Ursprüngliche Nachricht- Von: Carsey, Jaben [mailto:jaben.car...@intel.com] Gesendet: Donnerstag, 4. April 2013 16:32 An:

Re: [edk2] ShellPrintEx and ShellPrintHiiEx formating flags

2013-04-04 Thread Carsey, Jaben
@lists.sourceforge.net Subject: Re: [edk2] ShellPrintEx and ShellPrintHiiEx formating flags Are there any plans to fix this issue in future? Thanks, Stefan -Ursprüngliche Nachricht- Von: Carsey, Jaben [mailto:jaben.car...@intel.com] Gesendet: Donnerstag, 4. April 2013 16:32 An: edk2

Re: [edk2] ShellPrintEx and ShellPrintHiiEx formating flags

2013-04-04 Thread Mutschler Stefan
flags That is a side effect. -Jaben -Original Message- From: Mutschler Stefan [mailto:s.mutsch...@ads-tec.de] Sent: Thursday, April 04, 2013 6:54 AM To: edk2-devel@lists.sourceforge.net Subject: [edk2] ShellPrintEx and ShellPrintHiiEx formating flags Hi, if I type something like the

Re: [edk2] ShellPrintEx and ShellPrintHiiEx formating flags

2013-04-04 Thread Carsey, Jaben
That is a side effect. -Jaben -Original Message- From: Mutschler Stefan [mailto:s.mutsch...@ads-tec.de] Sent: Thursday, April 04, 2013 6:54 AM To: edk2-devel@lists.sourceforge.net Subject: [edk2] ShellPrintEx and ShellPrintHiiEx formating flags Hi, if I type something like the

[edk2] ShellPrintEx and ShellPrintHiiEx formating flags

2013-04-04 Thread Mutschler Stefan
Hi, if I type something like the following into the shell: set BLUE something echo %BLUE% it's defining a variable and prints out the variable. If I hit the up-key to see the command history the second string gets formatted. It is blue after the blank and only the string "echo LUE%" is visible