X-Git-Url: https://git.proxmox.com/?p=mirror_edk2.git;a=blobdiff_plain;f=edksetup.sh;fp=edksetup.sh;h=ab58fe4a6e448f94fd2c175920f5b1ff26113782;hp=12a3e26a67da553ec7949cfa79497b9a82a7d102;hb=80d4f9e8f9a40f8baded0b602a2de632070eaeb2;hpb=f6f1e0b7c2929cb43828e7e38a3a94c50c204230 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 }