Hi Jaben,
Could you help to review the patch?  The quote surrounded parameters in 'FOR 
IN' loop will introduce redundant quotes in command line when using this 
parameter in subsequent commands. For example:
"
FOR %a IN "a b" " c"
        echo "5 - *%a*"
ENDFOR
"
Previous script will cause [echo "5 - *"a b"*" ] and [echo "5 - *" c"*"] run.

Contributed-under: TianoCore Contribution Agreement 1.0
Signed-off-by: Qiu Shumin <[email protected]<mailto:[email protected]>>

Thanks,
Shumin

Attachment: ShellPkg_RemoveQuote_FOR.patch
Description: ShellPkg_RemoveQuote_FOR.patch

------------------------------------------------------------------------------
Want excitement?
Manually upgrade your production database.
When you want reliability, choose Perforce.
Perforce version control. Predictably reliable.
http://pubads.g.doubleclick.net/gampad/clk?id=157508191&iu=/4140/ostg.clktrk
_______________________________________________
edk2-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/edk2-devel

Reply via email to