]> git.proxmox.com Git - mirror_edk2.git/blobdiff - edksetup.sh
UefiCpuPkg/PiSmmCpuDxeSmm: patch "gSmbase" with PatchInstructionX86()
[mirror_edk2.git] / edksetup.sh
index ec54f9ea4058aa131e268caf807bf16f73a775c9..93d652575804d49f9922862f51c862ad98552091 100755 (executable)
@@ -54,7 +54,7 @@ function SetWorkspace()
     return 0
   fi
 
-  if [ ! ${BASH_SOURCE[0]} -ef ./edksetup.sh ]
+  if [ ! ${BASH_SOURCE[0]} -ef ./edksetup.sh ] && [ -z "$PACKAGES_PATH" ]
   then
     echo Run this script from the base of your tree.  For example:
     echo "  cd /Path/To/Edk/Root"