Reviewed-by: Jordan Justen <jordan.l.jus...@intel.com>

On 2015-07-07 18:02:16, Bruce Cran wrote:
> The bash binary can be in various locations depending on the system: on Linux
> it's in /bin while on BSD it's normally in /usr/local/bin. However, the
> env binary is almost always in /usr/bin and so can be used to find and start
> the shell.
> 
> Contributed-under: TianoCore Contribution Agreement 1.0
> Signed-off-by: Bruce Cran <br...@cran.org.uk>
> ---
>  OvmfPkg/build.sh | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/OvmfPkg/build.sh b/OvmfPkg/build.sh
> index b549ab5..b132d63 100755
> --- a/OvmfPkg/build.sh
> +++ b/OvmfPkg/build.sh
> @@ -1,4 +1,4 @@
> -#!/bin/bash
> +#!/usr/bin/env bash
>  #
>  # Copyright (c) 2008 - 2009, Apple Inc. All rights reserved.<BR>
>  # Copyright (c) 2010 - 2014, Intel Corporation. All rights reserved.<BR>
> -- 
> 2.4.5
> 

------------------------------------------------------------------------------
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