On 07/09/15 14:56, Liming Gao wrote:
> From: Liming <liming....@intel.com>
> 
> LzmaF86Compress Script should use $arg to arg value.
> 
> Contributed-under: TianoCore Contribution Agreement 1.0
> Signed-off-by: Liming Gao <liming....@intel.com>
> ---
>  BaseTools/BinWrappers/PosixLike/LzmaF86Compress | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/BaseTools/BinWrappers/PosixLike/LzmaF86Compress 
> b/BaseTools/BinWrappers/PosixLike/LzmaF86Compress
> index c3e49cf..18946a4 100755
> --- a/BaseTools/BinWrappers/PosixLike/LzmaF86Compress
> +++ b/BaseTools/BinWrappers/PosixLike/LzmaF86Compress
> @@ -11,11 +11,11 @@
>  # THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,
>  # WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR 
> IMPLIED.
>  #
>  
>  for arg in $*; do
> -  if [ "arg" = "-e" -o "arg" = "-d" ]; then
> +  if [ "$arg" = "-e" -o "$arg" = "-d" ]; then
>      FLAG=--f86
>      break;
>    fi
>  done
>  
> 

Reviewed-by: Laszlo Ersek <ler...@redhat.com>

------------------------------------------------------------------------------
Don't Limit Your Business. Reach for the Cloud.
GigeNET's Cloud Solutions provide you with the tools and support that
you need to offload your IT needs and focus on growing your business.
Configured For All Businesses. Start Your Cloud Today.
https://www.gigenetcloud.com/
_______________________________________________
edk2-devel mailing list
edk2-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/edk2-devel

Reply via email to