]> git.proxmox.com Git - mirror_edk2.git/blobdiff - edksetup.sh
edksetup.sh: Use bash variable $PWD instead of executing pwd command
[mirror_edk2.git] / edksetup.sh
index 12a3e26a67da553ec7949cfa79497b9a82a7d102..ab58fe4a6e448f94fd2c175920f5b1ff26113782 100755 (executable)
@@ -71,7 +71,7 @@ function SetWorkspace()
   #
   # Set $WORKSPACE
   #
-  export WORKSPACE=`pwd`
+  export WORKSPACE=$PWD
   return 0
 }