[edk2-devel] [PATCH 1/6] edksetup.sh: Use bash variable $PWD instead of executing pwd command

Leif Lindholm leif.lindholm at linaro.org
Tue Jul 16 11:40:23 UTC 2019


On Tue, Jul 16, 2019 at 10:16:30AM +0100, Leif Lindholm wrote:
> For 1-5/6:

*cough*
Blatantly given my follow-up email, I meant 1-4,6/6.

/
    Leif

> Reviewed-by: Leif Lindholm <leif.lindholm at linaro.org>
> 
> Afraid I'm going to need to bikeshed over 6/6.
> 
> On Mon, Jul 15, 2019 at 04:25:11PM -0600, Rebecca Cran wrote:
> > Signed-off-by: Rebecca Cran <rebecca at bsdio.com>
> > ---
> >  edksetup.sh | 2 +-
> >  1 file changed, 1 insertion(+), 1 deletion(-)
> > 
> > diff --git a/edksetup.sh b/edksetup.sh
> > index 12a3e26a67..ab58fe4a6e 100755
> > --- a/edksetup.sh
> > +++ b/edksetup.sh
> > @@ -71,7 +71,7 @@ function SetWorkspace()
> >    #
> >    # Set $WORKSPACE
> >    #
> > -  export WORKSPACE=`pwd`
> > +  export WORKSPACE=$PWD
> >    return 0
> >  }
> >  
> > -- 
> > 2.22.0
> > 

-=-=-=-=-=-=-=-=-=-=-=-
Groups.io Links: You receive all messages sent to this group.

View/Reply Online (#43787): https://edk2.groups.io/g/devel/message/43787
Mute This Topic: https://groups.io/mt/32483820/1813853
Group Owner: devel+owner at edk2.groups.io
Unsubscribe: https://edk2.groups.io/g/devel/unsub  [edk2-devel-archive at redhat.com]
-=-=-=-=-=-=-=-=-=-=-=-




More information about the edk2-devel-archive mailing list