public inbox for devel@edk2.groups.io
 help / color / mirror / Atom feed
* [PATCH 1/6] edksetup.sh: Use bash variable $PWD instead of executing pwd command
@ 2019-07-15 22:25 rebecca
  2019-07-15 22:25 ` [PATCH 2/6] edksetup.sh: Use $SCRIPTNAME consistently instead of 'edksetup.sh' rebecca
                   ` (6 more replies)
  0 siblings, 7 replies; 22+ messages in thread
From: rebecca @ 2019-07-15 22:25 UTC (permalink / raw)
  To: devel, lersek, bob.c.feng, liming.gao, leif.lindholm,
	michael.d.kinney, afish
  Cc: Rebecca Cran

Signed-off-by: Rebecca Cran <rebecca@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


^ permalink raw reply related	[flat|nested] 22+ messages in thread

end of thread, other threads:[~2019-07-16 11:40 UTC | newest]

Thread overview: 22+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2019-07-15 22:25 [PATCH 1/6] edksetup.sh: Use bash variable $PWD instead of executing pwd command rebecca
2019-07-15 22:25 ` [PATCH 2/6] edksetup.sh: Use $SCRIPTNAME consistently instead of 'edksetup.sh' rebecca
2019-07-16  1:39   ` Laszlo Ersek
2019-07-15 22:25 ` [PATCH 3/6] edksetup.sh: when executing arithmetic commands, $ isn't needed rebecca
2019-07-16  1:40   ` Laszlo Ersek
2019-07-15 22:25 ` [PATCH 4/6] edksetup.sh: remove redundant -?, -h and --help in options parsing rebecca
2019-07-16  1:40   ` Laszlo Ersek
2019-07-15 22:25 ` [PATCH 5/6] edksetup.sh: Simplify SetupPython3 and SetupPython functions rebecca
2019-07-16  2:16   ` Laszlo Ersek
2019-07-16  2:27     ` rebecca
2019-07-16 10:38       ` Laszlo Ersek
2019-07-15 22:25 ` [PATCH 6/6] edksetup.sh: Add quotes and explicit checks in test statements rebecca
2019-07-16  1:47   ` Laszlo Ersek
2019-07-16  1:53     ` Laszlo Ersek
2019-07-16  2:20       ` [edk2-devel] " rebecca
2019-07-16 10:34         ` Laszlo Ersek
2019-07-16  1:37 ` [PATCH 1/6] edksetup.sh: Use bash variable $PWD instead of executing pwd command Laszlo Ersek
2019-07-16  2:13   ` rebecca
2019-07-16 10:32     ` Laszlo Ersek
2019-07-16 10:36       ` Laszlo Ersek
2019-07-16  9:16 ` Leif Lindholm
2019-07-16 11:40   ` Leif Lindholm

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox